Skip to content

@jsvision/files / FileInfoPaneOptions

Interface: FileInfoPaneOptions

Defined in: files/src/list/file-info-pane.ts:36

Construction options for FileInfoPane.

Properties

directory

directory: () => string

Defined in: files/src/list/file-info-pane.ts:40

The current directory shown, with the wildcard, on row 0.

Returns

string


focusedEntry

focusedEntry: () => DirEntry | undefined

Defined in: files/src/list/file-info-pane.ts:44

The focused entry shown on row 1, or undefined when the list is empty.

Returns

DirEntry | undefined


fs

fs: FileSystem

Defined in: files/src/list/file-info-pane.ts:38

The filesystem to read through (used to expand the search path).


i18n?

optional i18n?: I18n

Defined in: files/src/list/file-info-pane.ts:46

Translation service for package-owned metadata; defaults to isolated English text.


wildcard

wildcard: () => string

Defined in: files/src/list/file-info-pane.ts:42

The active wildcard, appended to the row-0 search path.

Returns

string