Skip to content

@jsvision/files / FileInfoPaneOptions

Interface: FileInfoPaneOptions

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

Construction options for FileInfoPane.

Properties

directory

directory: () => string

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

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:29

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:23

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


wildcard

wildcard: () => string

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

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

Returns

string