Skip to content

FolderBookmarkItem

Unofficial

Bookmark item representing a bookmarked folder.

Import:

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

Signature:

export interface FolderBookmarkItem 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)
pathstringVault-relative path to the bookmarked folder.
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)
titlestringThe title of the bookmark item.
(Inherited from BookmarkItem)
type'folder'Discriminator indicating this is a folder bookmark.
url?stringThe URL of the bookmark item.
(Inherited from BookmarkItem)