replugged

    Interface PaneNode

    interface PaneNode {
        getLegacySearchKey?: () => string;
        render?: ElementType<any, (keyof IntrinsicElements)>;
        useNavigationTitle?: () => string;
        usePredicate?: () => boolean;
        useSearchTerms?: () => string[];
        useTitle?: (state?: boolean) => string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    getLegacySearchKey?: () => string
    render?: ElementType<any, (keyof IntrinsicElements)>
    useNavigationTitle?: () => string
    usePredicate?: () => boolean
    useSearchTerms?: () => string[]
    useTitle?: (state?: boolean) => string
    MMNEPVFCICPMFPCPTTAAATR