ElectronFileIconOptions
Unofficial
Options for fetching a file’s associated icon.
Import:
import type { ElectronFileIconOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronFileIconOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| size | 'large' | 'normal' | 'small' | The size of the icon to fetch. |