CommandOutputEnumSchema

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Static variables

type_
auto type_;

Must be enum

Variables

doc_
Union!(None, string, string[]) doc_;

A documentation string for this object, or an array of strings which should be concatenated.

label_
Union!(None, string) label_;

A short, human-readable label of this object.

name_
Union!(None, string) name_;

The identifier for this type

symbols_
string[] symbols_;

Defines the set of valid symbols.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta