replugged

    Interface CustomNode

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

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