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

PropertyTypeDescription
active?booleanWhether the URL is active.
newLeaf?boolean | PaneTypeThe new leaf.
urlstringThe URL.