Skip to content

GraphBookmarkItem

Unofficial

Bookmark item representing a saved graph view configuration.

Import:

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

Signature:

export interface GraphBookmarkItem 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)
optionsGraphPluginInstanceOptionsGraph view options saved with this bookmark.
path?stringThe path of the bookmark item.
(Inherited from BookmarkItem)
query?stringThe query of the bookmark item.
(Inherited from BookmarkItem)
subpath?stringThe subpath of the bookmark item.
(Inherited from BookmarkItem)
titlestringDisplay title of this graph bookmark.
type'graph'Discriminator indicating this is a graph bookmark.
url?stringThe URL of the bookmark item.
(Inherited from BookmarkItem)