Interface PathObjectCollectionMethods

PathObjectCollectionMethods defines the set of common methods on a PathObject that are present for any collection type, regardless of the specific underlying type.

Hierarchy

Methods

at

Methods

  • Collection types support obtaining a PathObject with a fully-qualified string path, which is evaluated from the current path. Using this method loses rich compile-time type information.

    Type Parameters

    Parameters

    • path: string

      A fully-qualified path string to navigate to, relative to the current path.

    Returns PathObject<T>

    A PathObject for the specified path.

Generated using TypeDoc