Skip to main content

FitBrowserEntry

FitFileViewer - API Documentation v29.8.0


FitFileViewer - API Documentation / utils/ui/browser/fileBrowserTab / FitBrowserEntry

Type Alias: FitBrowserEntry

FitBrowserEntry<> = { name: string; kind: "dir" | "file"; relPath: string; fullPath: string; }

Defined in: utils/ui/browser/fileBrowserTab.js:15

Type Parameters​

Type Declaration​

name​

name: string

kind​

kind: "dir" | "file"

relPath​

relPath: string

fullPath​

fullPath: string