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

Properties

Properties

invalid?: boolean

Whether the path was invalid or not.