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

Property Type Description
ctime number The creation time of the bookmark item.
(Inherited from BookmarkItem)
items BookmarkItem[] Child bookmark items contained in this group.
items? BookmarkItem[] The items of the bookmark item.
(Inherited from BookmarkItem)
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 bookmark group.
type 'group' Discriminator indicating this is a group bookmark.
url? string The URL of the bookmark item.
(Inherited from BookmarkItem)