JumpListCategoriesAPIinterface
API for managing jump list categories.
4 Methods
create()⚓︎
(title: string, actions: JumpListActionSettings[]) => Promise<void>
Creates a jump list category.
Parameters (2)
| Name | Type | Required | Description |
|---|---|---|---|
| title⚓︎ | string | Title for the category. |
|
| actions⚓︎ | JumpListActionSettings[] | List of objects describing the actions in the category. |
find()⚓︎
(title: string) => Promise<JumpListCategory>
Retrieves a jump list category.
Parameters (1)
| Name | Type | Required | Description |
|---|---|---|---|
| title⚓︎ | string | Title of the category to retrieve. |