Skip to content

BookmarksPluginInstance.openBookmarks method

BookmarksPluginInstance › openBookmarks

Unofficial

Open multiple bookmark items at once.

Signature:

openBookmarks(items: BookmarkItem[], newLeaf?: boolean | PaneType | undefined): Promise<void>

Parameters:

Parameter Type Description
items BookmarkItem[] The bookmark items to open.
newLeaf? boolean | PaneType | undefined Optional pane type for opening.

Returns: Promise<void>A promise that resolves when all bookmarks are opened.