Skip to content

WebviewerHistoryItem

Unofficial

Description of Webviewer history item.

Import:

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

Signature:

export interface WebviewerHistoryItem

Properties

PropertyTypeDescription
accessTsnumberTimestamp when the URL was visited.
idnumberUnique ID of history item.
titlestringTitle of the URL.
urlstringDestination URL.

Links to this page: