Skip to content

ElectronFileFilter

Unofficial

File filter for Electron dialog file type selection.

Import:

import type { ElectronFileFilter } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronFileFilter

Properties

Property Type Description
extensions string[] The file extensions to filter (without dots).
name string The display name of the filter.

Links to this page: