replugged

    Interface ButtonNode

    interface ButtonNode {
        getLegacySearchKey?: () => string;
        initialize?: () => void;
        onClick: () => void | Promise<void>;
        useDisabled?: () => boolean;
        useLabel: () => string;
        usePredicate?: () => boolean;
        useSearchTerms?: () => string[];
        useSubtitle?: () => string;
        useTitle: (state?: boolean) => string;
        useVariant?: () => ButtonVariant | undefined;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    getLegacySearchKey?: () => string
    initialize?: () => void
    onClick: () => void | Promise<void>
    useDisabled?: () => boolean
    useLabel: () => string
    usePredicate?: () => boolean
    useSearchTerms?: () => string[]
    useSubtitle?: () => string
    useTitle: (state?: boolean) => string
    useVariant?: () => ButtonVariant | undefined
    MMNEPVFCICPMFPCPTTAAATR