DirectoryKey
Metadata about your directory.
A DirectoryKey houses metadata about your Directory
. It is used by DSS to manage your menu.
It's unique in that you must provide every property, but only Item
and Main
need to be customized.
Type
Property
property
Directory
Item
property
string
Main
property
false
Idle
property
1
MaskAlpha
property
{}
Settings
property
false
SettingsChanged
property
{}
Path
Required Properties
MaskAlpha
Set this to 1.
Settings
Set this to an empty table ({}
).
SettingsChanged
Set this to false
.
Path
Set this to an empty table ({}
).
Properties
Item
A reference to your Directory
.
Main
string
The index of your menu's main Page
.
Last updated