NotificationAction

external interface NotificationAction(source)

Properties

Link copied to clipboard
abstract var items: ReadonlyArray<String>?

The list of items for the selection action type.

Link copied to clipboard
abstract var text: String?

The label for the given action.

Link copied to clipboard

The type of action, can be button or selection. selection is only supported on Windows.