replugged

    Interface NestedPanelNode

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

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