Skip to main content

API for managing jump list actions within a category.

3 Methods

create()⚓︎

(actions: JumpListActionSettings[]) => Promise<void>

Creates jump list actions for the category.

Parameters (1)

Name Type Required Description
actions⚓︎ JumpListActionSettings[]

List of objects describing the actions to create.

list()⚓︎

() => Promise<JumpListActionSettings[]>

Lists all available actions for the jump list category.

remove()⚓︎

(actions: JumpListActionSettings[]) => Promise<void>

Removes actions from the jump list category.

Parameters (1)

Name Type Required Description
actions⚓︎ JumpListActionSettings[]

List of objects describing the actions to remove.