ElectronWebSource
Unofficial
A script source to evaluate in an isolated world.
Import:
import type { ElectronWebSource } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronWebSourceProperties
| Property | Type | Description | |
|---|---|---|---|
| code | string | The JavaScript code to evaluate. | |
| url? | string | The URL associated with the code. |