ElectronInfo
Unofficial
Security origin, content security policy and name of an isolated world.
Import:
import type { ElectronInfo } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronInfoProperties
| Property | Type | Description | |
|---|---|---|---|
| csp? | string | Content Security Policy for the isolated world. | |
| name? | string | Name for isolated world. Useful in devtools. | |
| securityOrigin? | string | Security origin for the isolated world. |