JumpListActionSettingsinterface
Settings for a jump list action.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| callback⚓︎ | () => Promise<void> | x | Callback that will be executed when the user clicks on the action. |
|
| icon⚓︎ | string | x | Icon for the action to be displayed in the context menu. |
|
| multiInstanceTitle⚓︎ | string | x | Title of the action to be displayed in the context menu when there are multiple instances with grouped taskbar icons. |
|
| singleInstanceTitle⚓︎ | string | x | Title of the action to be displayed in the context menu when there is a single instance with a single taskbar icon. |