Skip to content

SearchBookmarkItem

Unofficial

Bookmark item representing a saved search query.

Import:

import type { SearchBookmarkItem } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface SearchBookmarkItem extends BookmarkItem

Extends: BookmarkItem

Properties

PropertyTypeDescription
ctimenumberThe creation time of the bookmark item.
(Inherited from BookmarkItem)
items?BookmarkItem[]The items of the bookmark item.
(Inherited from BookmarkItem)
path?stringThe path of the bookmark item.
(Inherited from BookmarkItem)
querystringThe saved search query string.
query?stringThe query of the bookmark item.
(Inherited from BookmarkItem)
subpath?stringThe subpath of the bookmark item.
(Inherited from BookmarkItem)
titlestringThe title of the bookmark item.
(Inherited from BookmarkItem)
type'search'Discriminator indicating this is a search bookmark.
url?stringThe URL of the bookmark item.
(Inherited from BookmarkItem)