Skip to content

ElectronWebSource

Unofficial

A script source to evaluate in an isolated world.

Import:

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

Signature:

export interface ElectronWebSource

Properties

Property Type Description
code string The JavaScript code to evaluate.
url? string The URL associated with the code.