kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.electron
/
NotificationConstructorOptions
Notification
Constructor
Options
external
interface
NotificationConstructorOptions
(
source
)
Members
Properties
actions
Link copied to clipboard
open
var
actions
:
Array
<
NotificationAction
>
?
body
Link copied to clipboard
abstract
var
body
:
String
close
Button
Text
Link copied to clipboard
open
var
closeButtonText
:
String
?
has
Reply
Link copied to clipboard
open
var
hasReply
:
Boolean
?
icon
Link copied to clipboard
open
var
icon
:
dynamic
reply
Placeholder
Link copied to clipboard
open
var
replyPlaceholder
:
String
?
silent
Link copied to clipboard
open
var
silent
:
Boolean
?
sound
Link copied to clipboard
open
var
sound
:
String
?
subtitle
Link copied to clipboard
open
var
subtitle
:
String
?
timeout
Type
Link copied to clipboard
open
var
timeoutType
:
String
?
title
Link copied to clipboard
abstract
var
title
:
String
urgency
Link copied to clipboard
open
var
urgency
:
String
?