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

Property Type Description
ctime number The creation time of the bookmark item.
(Inherited from BookmarkItem)
items? BookmarkItem[] The items of the bookmark item.
(Inherited from BookmarkItem)
options GraphPluginInstanceOptions Graph view options saved with this bookmark.
path? string The path of the bookmark item.
(Inherited from BookmarkItem)
query? string The query of the bookmark item.
(Inherited from BookmarkItem)
subpath? string The subpath of the bookmark item.
(Inherited from BookmarkItem)
title string Display title of this graph bookmark.
type 'graph' Discriminator indicating this is a graph bookmark.
url? string The URL of the bookmark item.
(Inherited from BookmarkItem)