useListChangeObserver
Sourceimport { useListChangeObserver } from "@prestojs/util";
Arguments:
Argument | Type | Description | |
---|---|---|---|
* | value | undefined|null|false|T | |
* | onChange | OnChange | |
options An object with the properties below | |||
options.disabled | boolean | ||
options.getId | |||
options.isEqual | |||
options.runOnAdd | boolean | ||
options.runOnDelete | boolean | ||
options.runOnUpdate | boolean |
Returns:void