replugged

    Interface CommonNodeProps

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

    Hierarchy (View Summary)

    Index

    Properties

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