ElectronFileFilter
Unofficial
File filter for Electron dialog file type selection.
Import:
import type { ElectronFileFilter } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronFileFilterProperties
| Property | Type | Description | |
|---|---|---|---|
| extensions | string[] | The file extensions to filter (without dots). | |
| name | string | The display name of the filter. |
Links to this page: