Documentation
Preparing search index...
@airgap/beacon-ui
ToastAction
Interface ToastAction
interface
ToastAction
{
actionLogo
?:
"external"
;
actionText
?:
string
;
isBold
?:
boolean
;
text
:
string
;
actionCallback
()
:
Promise
<
void
>
;
}
Index
Properties
action
Logo?
action
Text?
is
Bold?
text
Methods
action
Callback?
Properties
Optional
action
Logo
actionLogo
?:
"external"
Optional
action
Text
actionText
?:
string
Optional
is
Bold
isBold
?:
boolean
text
text
:
string
Methods
Optional
action
Callback
actionCallback
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Logo
action
Text
is
Bold
text
Methods
action
Callback
Documentation
Loading...