replugged

    Interface NavigatorNode

    interface NavigatorNode {
        destinationKey: string;
        getLegacySearchKey?: () => string;
        initialize?: () => void;
        useBadge?: () => ReactNode;
        usePredicate?: () => boolean;
        useSearchTerms?: () => string[];
        useSubtitle?: () => string;
        useTitle?: (state?: boolean) => string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    destinationKey: string
    getLegacySearchKey?: () => string
    initialize?: () => void
    useBadge?: () => ReactNode
    usePredicate?: () => boolean
    useSearchTerms?: () => string[]
    useSubtitle?: () => string
    useTitle?: (state?: boolean) => string
    MMNEPVFCICPMFPCPTTAAATR