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

Property Type Description
accessTs number Timestamp when the URL was visited.
id number Unique ID of history item.
title string Title of the URL.
url string Destination URL.

Links to this page: