Skip to main content

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 property of another notification action to determine the position of the latter within the notification action menu.

io.Connect Desktop 9.6
displayPath⚓︎ string[] x x

List of displayId values or titles of other notification actions describing the path within the notification action menu where the current notification action will be placed (e.g., [ "main-action-id", "My Nested Action" ]). The display ID takes precedence over the title when the framework searches for the respective item. If the provided display ID or title doesn't exist, an empty notification action will be created (the action will have a dropdown menu that will contain other actions, but when the user clicks on the action itself, nothing will happen).

io.Connect Desktop 9.6
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.