replugged

    Interface AccordionNode

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

    Hierarchy

    Index

    Properties

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