interface ButtonBase {
    disabled?: boolean;
    emoji?: NullablePartialEmoji;
    id?: number;
    label?: string;
    style: ButtonStyles;
    type: BUTTON;
}

Hierarchy (view full)

Properties

disabled?: boolean
id?: number

Autoincremented number if not provided

label?: string
type: BUTTON