Skip to content

BookmarkItem

Unofficial

A bookmark item in the bookmarks plugin.

Import:

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

Signature:

export interface BookmarkItem

Properties

Property Type Description
ctime number The creation time of the bookmark item.
items? BookmarkItem[] The items of the bookmark item.
path? string The path of the bookmark item.
query? string The query of the bookmark item.
subpath? string The subpath of the bookmark item.
title string The title of the bookmark item.
type 'file' | 'folder' | 'graph' | 'group' | 'search' | 'url' The type of the bookmark item.
url? string The URL of the bookmark item.

Links to this page: