Optional depth
The number of levels deep to observe changes in nested children.
undefined (default), there is no depth limit, and changes at any depth
within nested children will be observed.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
Options that can be provided to PathObject.subscribe.