ElectronLoadExtensionOptions
Unofficial
Options controlling how an extension is loaded.
Import:
import type { ElectronLoadExtensionOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronLoadExtensionOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| allowFileAccess | boolean | Whether to allow the extension to read local files over the file:// protocol and inject content scripts into file:// pages. |