Skip to content

SetBookmarkOptions

Unofficial

Options for setting a bookmark in the editor.

Import:

import type { SetBookmarkOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface SetBookmarkOptions

Properties

PropertyTypeDescription
insertLeft?booleanWhether the bookmark should be inserted to the left of the character at the position.