Skip to content
  1. API
  2. Types

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) PropertyPath Path of the data property to watch. If not specified, watch the root property.
  • unwindArrays(optional) boolean[=false] If true, array values will be treated as multiple individual values instead of one