|
|
Line 1: |
Line 1: |
| The '''FileSystemItem''' Type is a type of [[Type:BrowserItem]] used for system files being viewed on the [[Dash Menu|dash menu]].
| | #REDIRECT[[Component:FileSystemItem]] |
| | |
| {{Table TypeFields
| |
| |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|EntryType]]'''|TypeAdv7=true| Whether if this is a file or folder.
| |
| }}
| |
| | |
| == EntryType ==
| |
| {{Table EnumValues
| |
| |File|0| This entry refers to a file.
| |
| |Directory|1| This entry refers to a folder.
| |
| }}
| |
| | |
| | |
| [[Category:Type]] | |