Variable DEFAULT_SHOW_MESSAGE_OPTIONSConst

DEFAULT_SHOW_MESSAGE_OPTIONS: {
    buttons: {
        text: string;
        value: string;
    }[];
} = ...

Default options for showMessage

Type declaration

  • buttons: {
        text: string;
        value: string;
    }[]

Generated using TypeDoc