Skip to content

ElectronInfo

Unofficial

Security origin, content security policy and name of an isolated world.

Import:

import type { ElectronInfo } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronInfo

Properties

PropertyTypeDescription
csp?stringContent Security Policy for the isolated world.
name?stringName for isolated world. Useful in devtools.
securityOrigin?stringSecurity origin for the isolated world.