@dxos/app-framework - v0.8.2
Preparing search index...
LayoutAction
Toast
Interface Toast
interface
Toast
{
actionAlt
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
;
actionLabel
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
;
closeLabel
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
;
description
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
;
duration
?:
number
;
icon
?:
string
;
id
:
string
;
onAction
?:
()
=>
void
;
title
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
;
}
Hierarchy
Omit
<
Schema.Schema.Type
<
typeof
LayoutAction
.
Toast
>
,
"onAction"
>
Toast
Index
Properties
action
Alt?
action
Label?
close
Label?
description?
duration?
icon?
id
on
Action?
title?
Properties
Optional
Readonly
action
Alt
actionAlt
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
= ...
Optional
Readonly
action
Label
actionLabel
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
= ...
Optional
Readonly
close
Label
closeLabel
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
= ...
Optional
Readonly
description
description
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
= ...
Optional
Readonly
duration
duration
?:
number
= ...
Optional
Readonly
icon
icon
?:
string
= ...
Readonly
id
id
:
string
= ...
Optional
on
Action
onAction
?:
()
=>
void
Optional
Readonly
title
title
?:
string
|
[
string
,
{
count
?:
number
;
ns
:
string
}
]
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Alt
action
Label
close
Label
description
duration
icon
id
on
Action
title
@dxos/app-framework - v0.8.2
Loading...