interface DialogV1Button {
    callback?: (arg0: jQuery) => any;
    disabled: boolean;
    icon: string;
    label: string;
}

Properties

callback?: (arg0: jQuery) => any

A callback function that fires when the button is clicked

disabled: boolean

Whether the button is disabled

icon: string

A Font Awesome icon for the button

label: string

The label for the button