Returns an iterable of key-value pairs for each entry in the map, if the path resolves to a LiveMap. Each value is represented as a PathObject corresponding to its key.
If the path does not resolve to a map object, returns an empty iterator.
Returns the number of entries in the map, if the path resolves to a LiveMap.
If the path does not resolve to a map object, returns undefined.
Returns an iterable of values in the map, if the path resolves to a LiveMap. Each value is represented as a PathObject.
If the path does not resolve to a map object, returns an empty iterator.
Generated using TypeDoc
AnyPathObjectCollectionMethods defines all possible methods available on a PathObject for the underlying collection types.