Type alias Navigated

Navigated: {
    dir: INodeIndex;
    name: string;
    pathStack: string[];
    remaining: string;
    target: INodeIndex | undefined;
}

Type declaration

Generated using TypeDoc