Appearance
WatcherOptions
Type: object|PropertyPath
If a string or array is specified, it indicates the path property.
Properties
- filter(optional)
"visible"|"all"[="visible"]Indicates which elements the watcher takes into account. If "visible" (default), only the non-filtered elements will be taken into account. If "all", all elements will be taken into account regardless of whether they are filtered or not. - path(optional)
PropertyPathPath of the data property to watch. If not specified, watch the root property. - unwindArrays(optional)
boolean[=false]Iftrue, array values will be treated as multiple individual values instead of one