Skip to content

GroupBookmarkItem

Unofficial

Bookmark item representing a group that contains other bookmark items.

Import:

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

Signature:

export interface GroupBookmarkItem extends BookmarkItem

Extends: BookmarkItem

Properties

PropertyTypeDescription
ctimenumberThe creation time of the bookmark item.
(Inherited from BookmarkItem)
itemsBookmarkItem[]Child bookmark items contained in this group.
items?BookmarkItem[]The items of the bookmark item.
(Inherited from BookmarkItem)
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 bookmark group.
type'group'Discriminator indicating this is a group bookmark.
url?stringThe URL of the bookmark item.
(Inherited from BookmarkItem)