replugged

    Interface PanelNode

    interface PanelNode {
        getLegacySearchKey?: () => string;
        hideInStreamerMode?: boolean;
        notice?: { element: ElementType; stores?: Store[] };
        StronglyDiscouragedCustomComponent?: ElementType<
            any,
            (keyof IntrinsicElements),
        >;
        useBadge?: () => ReactNode;
        usePredicate?: () => boolean;
        useSearchTerms?: () => string[];
        useTitle: (state?: boolean) => string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    getLegacySearchKey?: () => string
    hideInStreamerMode?: boolean
    notice?: { element: ElementType; stores?: Store[] }
    StronglyDiscouragedCustomComponent?: ElementType<any, (keyof IntrinsicElements)>
    useBadge?: () => ReactNode
    usePredicate?: () => boolean
    useSearchTerms?: () => string[]
    useTitle: (state?: boolean) => string
    MMNEPVFCICPMFPCPTTAAATR