replugged

    Interface SidebarItemNode

    interface SidebarItemNode {
        getLegacySearchKey?: () => string;
        icon?: ElementType<any, (keyof IntrinsicElements)>;
        stronglyDiscouragedCustomComponent?: ElementType<
            any,
            (keyof IntrinsicElements),
        >;
        trailing?: SidebarItemTrailingType;
        usePredicate?: () => boolean;
        useSearchTerms?: () => string[];
        useTitle?: (state?: boolean) => string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    getLegacySearchKey?: () => string
    icon?: ElementType<any, (keyof IntrinsicElements)>
    stronglyDiscouragedCustomComponent?: ElementType<any, (keyof IntrinsicElements)>
    trailing?: SidebarItemTrailingType
    usePredicate?: () => boolean
    useSearchTerms?: () => string[]
    useTitle?: (state?: boolean) => string
    MMNEPVFCICPMFPCPTTAAATR