-
Notifications
You must be signed in to change notification settings - Fork 3
applybookmark
Daniel Larsson edited this page Feb 14, 2025
·
1 revision
Apply a bookmark in the current app.
Note: Specify either title
or id
, not both.
-
title
: Name of the bookmark (supports the use of variables). -
id
: ID of the bookmark. -
selectionsonly
: Apply selections only.
{
"action": "applybookmark",
"settings": {
"title": "My bookmark"
}
}
This file has been automatically generated, do not edit manually