Skip to content

FolderBookmarkItem

Unofficial

Bookmark item representing a bookmarked folder.

Import:

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

Signature:

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