Skip to content

ElectronFileFilter

Unofficial

File filter for Electron dialog file type selection.

Import:

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

Signature:

export interface ElectronFileFilter

Properties

PropertyTypeDescription
extensionsstring[]The file extensions to filter (without dots).
namestringThe display name of the filter.

Links to this page: