NotificationActioninterface
Describes a notification action.
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| action⚓︎ | string | x | Name of the notification action. |
|
| displayId⚓︎ | string | x | x | Unique ID for the notification action. This ID can be used in the |
| displayPath⚓︎ | string[] | x | x | List of |
| icon⚓︎ | string | x | x | Icon for the notification action. |
| interop⚓︎ | InteropActionSettings | x | x | Settings for invoking an Interop method when the notification action is clicked. |
| title⚓︎ | string | x | Title of the notification action that will be used in the notification action button. |