Skip to content

ElectronLoadExtensionOptions

Unofficial

Options controlling how an extension is loaded.

Import:

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

Signature:

export interface ElectronLoadExtensionOptions

Properties

PropertyTypeDescription
allowFileAccessbooleanWhether to allow the extension to read local files over the file:// protocol and inject content scripts into file:// pages.