Interface PathObjectSubscriptionOptions

Options that can be provided to PathObject.subscribe.

Hierarchy

  • PathObjectSubscriptionOptions

Properties

Properties

depth?: number

The number of levels deep to observe changes in nested children.

  • If undefined (default), there is no depth limit, and changes at any depth within nested children will be observed.
  • A depth of 1 (the minimum) means that only changes to the object at the subscribed path itself will be observed, not changes to its children.

Generated using TypeDoc