Skip to content

ElectronWebUtils

Unofficial

Electron webUtils module for resolving renderer-side objects to file system paths.

Import:

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

Signature:

export interface ElectronWebUtils

Methods

MethodReturnsDescription
getPathForFile(file)stringReturns the file system path the given file points to.

Links to this page: