Defines the action of notification

See

Xmr.App.Notification

Hierarchy

  • Action

Properties

actionLabel?: string

The label for the action in the message.

eventHandler?: (() => void)

Type declaration

    • (): void
    • The function to execute when the action label is clicked.

      Returns void

Generated using TypeDoc