WebviewerHistoryItem
Unofficial
Description of Webviewer history item.
Import:
import type { WebviewerHistoryItem } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface WebviewerHistoryItemProperties
| 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: