kvision / pl.treksoft.kvision.electron / NotificationConstructorOptions

NotificationConstructorOptions

(js) interface NotificationConstructorOptions

Properties

(js)

actions

open var actions: Array<NotificationAction>?
(js)

body

abstract var body: String
(js)

closeButtonText

open var closeButtonText: String?
(js)

hasReply

open var hasReply: Boolean?
(js)

icon

open var icon: dynamic
(js)

replyPlaceholder

open var replyPlaceholder: String?
(js)

silent

open var silent: Boolean?
(js)

sound

open var sound: String?
(js)

subtitle

open var subtitle: String?
(js)

title

abstract var title: String