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 ElectronWebUtilsMethods
| Method | Returns | Description | |
|---|---|---|---|
| getPathForFile(file) | string | Returns the file system path the given file points to. |
Links to this page: