Skip to main content

Properties (6)

Property Type Default Required Description
action⚓︎ string x x
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 x
interop⚓︎ InteropActionSettings x x

set to make the action invoke an interop method with specific arguments

title⚓︎ string x x