Rezi
    Preparing search index...

    Type Alias TreeRoutingResult

    TreeRoutingResult: Readonly<
        {
            consumed: boolean;
            nextExpanded?: readonly string[];
            nextFocusedKey?: string
            | null;
            nextScrollTop?: number;
            nodeToActivate?: string;
            nodeToLoad?: string;
            nodeToSelect?: string;
        },
    >

    Result of tree key routing.