WebviewerOpenUrlEventDetail
Unofficial
Webviewer open URL event detail.
Import:
import type { WebviewerOpenUrlEventDetail } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface WebviewerOpenUrlEventDetailProperties
| Property | Type | Description | |
|---|---|---|---|
| active? | boolean | Whether the URL is active. | |
| newLeaf? | boolean | PaneType | The new leaf. | |
| url | string | The URL. |