Skip to content

BookmarkItem

Unofficial

A bookmark item in the bookmarks plugin.

Import:

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

Signature:

export interface BookmarkItem

Properties

PropertyTypeDescription
ctimenumberThe creation time of the bookmark item.
items?BookmarkItem[]The items of the bookmark item.
path?stringThe path of the bookmark item.
query?stringThe query of the bookmark item.
subpath?stringThe subpath of the bookmark item.
titlestringThe title of the bookmark item.
type'file' | 'folder' | 'graph' | 'group' | 'search' | 'url'The type of the bookmark item.
url?stringThe URL of the bookmark item.

Links to this page: