ElectronCustomScheme
Unofficial
A custom scheme to be registered with a protocol, along with its privileges.
Import:
import type { ElectronCustomScheme } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronCustomSchemeProperties
| Property | Type | Description | |
|---|---|---|---|
| privileges? | ElectronPrivileges | The privileges to grant to the scheme. | |
| scheme | string | Custom scheme to be registered with options. |