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

Property Type Description
insertLeft? boolean Whether the bookmark should be inserted to the left of the character at the position.