Skip to content

applybookmark

Daniel Larsson edited this page Feb 14, 2025 · 1 revision

ApplyBookmark action

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.

Example

{
    "action": "applybookmark",
    "settings": {
        "title": "My bookmark"
    }
}
Clone this wiki locally