Skip to content

WebviewerOpenUrlEventDetail

Unofficial

Webviewer open URL event detail.

Import:

import type { WebviewerOpenUrlEventDetail } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface WebviewerOpenUrlEventDetail

Properties

Property Type Description
active? boolean Whether the URL is active.
newLeaf? boolean | PaneType The new leaf.
url string The URL.