@umbraco-cms/backoffice
Preparing search index...
packages/core/notification
UmbNotificationOptions
Interface UmbNotificationOptions<UmbNotificationData>
UmbNotificationOptions
interface
UmbNotificationOptions
<
UmbNotificationData
=
UmbNotificationDefaultData
,
>
{
color
?:
UmbNotificationColor
;
data
?:
UmbNotificationData
;
duration
?:
null
|
number
;
elementName
?:
string
;
}
Type Parameters
UmbNotificationData
=
UmbNotificationDefaultData
Index
Properties
color?
data?
duration?
element
Name?
Properties
Optional
color
color
?:
UmbNotificationColor
Optional
data
data
?:
UmbNotificationData
Optional
duration
duration
?:
null
|
number
Optional
element
Name
elementName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
data
duration
element
Name
@umbraco-cms/backoffice
Loading...
UmbNotificationOptions