replugged

    Interface SectionNode

    interface SectionNode {
        getLegacySearchKey?: () => string;
        hoisted?: boolean;
        useLabel?: () => string;
        useNavigationTitle?: () => string;
        usePredicate?: () => boolean;
        useSearchTerms?: () => string[];
        useTitle?: (state?: boolean) => string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    getLegacySearchKey?: () => string
    hoisted?: boolean
    useLabel?: () => string
    useNavigationTitle?: () => string
    usePredicate?: () => boolean
    useSearchTerms?: () => string[]
    useTitle?: (state?: boolean) => string
    MMNEPVFCICPMFPCPTTAAATR