Preparing search index...
The search index is not available
canvas-ui
canvas-ui
NotificationPayload
Interface NotificationPayload
Payload for sending a notification.
interface
NotificationPayload
{
content
:
string
;
type
?:
"native"
|
"alert"
;
}
Index
Properties
content
type?
Properties
content
content
:
string
Content of the notification.
Optional
type
type
?:
"native"
|
"alert"
Type of the notification.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
type
canvas-ui
Loading...
Payload for sending a notification.