Type:FileSystemItem

From Resonite Wiki
Revision as of 17:50, 18 February 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The FileSystemItem Type is a type of Type:BrowserItem used for system files being viewed on the dash menu.

Fields
Name Type Description
Browser BrowserDialog The source browser this item came from.
SelectedColor colorX The color this item's background should be when selected.
SelectedText colorX The color this item's text should be when selected.
NormalColor colorX The color this item's background should be at rest state
NormalText colorX The color this item's text would be at rest state.
Name String The name of the
BasePath String The base directory of the item.
Type EntryType Whether if this is a file or folder.

EntryType

Values
Name Value Description
File 0 This entry refers to a file.
Directory 1 This entry refers to a folder.