Interface ControlNotificationAction

Interface to define the actions on a control notification

Deprecated

Use ControlNotificationAction instead.

Hierarchy

Properties

Properties

actions: (() => void)[]

Array of functions. The corresponding actions for the message.

Type declaration

    • (): void
    • Returns void

message?: string

The body message of the notification to be displayed to the user. Limit your message to 100 characters for optimal user experience.

Generated using TypeDoc