Documentation
Preparing search index...
@airgap/beacon-ui
AlertButton
Interface AlertButton
interface
AlertButton
{
style
?:
"outline"
|
"solid"
;
text
:
string
;
actionCallback
()
:
Promise
<
void
>
;
}
Index
Properties
style?
text
Methods
action
Callback?
Properties
Optional
style
style
?:
"outline"
|
"solid"
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
style
text
Methods
action
Callback
Documentation
Loading...