sdk.notice.default_show_warning_notice_options
Home > @matterway/sdk > Notice > DEFAULT_SHOW_WARNING_NOTICE_OPTIONS
Notice.DEFAULT_SHOW_WARNING_NOTICE_OPTIONS variable
Signature:
DEFAULT_SHOW_WARNING_NOTICE_OPTIONS: {
icon: "warning";
iconColor: string;
subtitle: string;
buttons: {
text: string;
value: string;
}[];
}