map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface PathAccessorFactory

    Returned by PropertyPath for valid paths.

    interface PathAccessorFactory {
        invalid?: boolean;
        (target: unknown): PathAccessor;
    }
    • Returns target's property by searching for the configured property path.

      Parameters

      • target: unknown

      Returns PathAccessor

    Index

    Properties

    Properties

    invalid?: boolean

    Whether the path was invalid or not.