Header menu logo fable-electron-docs-api

NotificationAction Type

Constructors

Constructor Description

NotificationAction(type, ?text)

Full Usage: NotificationAction(type, ?text)

Parameters:
    type : Type - The type of action, can be button.
    ?text : string - The label for the given action.

Returns: NotificationAction
type : Type

The type of action, can be button.

?text : string

The label for the given action.

Returns: NotificationAction

Instance members

Instance member Description

this.text

Full Usage: this.text

The label for the given action.

this.type

Full Usage: this.type

The type of action, can be button.

Type something to start searching.