Property.Usage/usage - multiple declarations

Variable Property.usage

struct Property
{
  // ...
  Property.Usage usage = cast(Usage)7;
  // ...
}

Enum Property.Usage

enum Usage : int { ... }

Enum members

NameDescription
checkable used for editing global variables
checked used for editing global variables
defaultIntl storage | editor | network | internationalized
defaultUsage storage | editor | network
group used for grouping props in the editor
internationalized hint for internationalized strings
noEditor storage | network
storeIfNonOne only store if false
storeIfNonZero only store if nonzero