Skip to content

ElectronBrowserWindowLoadFileOptions

Unofficial

Options for ElectronBrowserWindow.loadFile.

Import:

import type { ElectronBrowserWindowLoadFileOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronBrowserWindowLoadFileOptions

Properties

Property Type Description
hash? string Passed to url.format().
query? Record<string, string> Passed to url.format().
search? string Passed to url.format().