Appearance
Variable: DEFAULT_SHOW_MESSAGE_OPTIONS
ts
const DEFAULT_SHOW_MESSAGE_OPTIONS: {
buttons: {
text: string;
value: string;
}[];
};Defined in: src/message/showMessage.tsx:42
Default options for showMessage
Type Declaration
buttons
ts
buttons: {
text: string;
value: string;
}[];