{{#eNum}}
{{>documentation}}
{{/eNum}}
{{#eNum.hasModifiers}}
{{#eNum.hasSupertype}}
- Inheritance
- {{{linkedObjectType}}}
{{#eNum.superChainReversed}}
- {{{linkedName}}}
{{/eNum.superChainReversed}}
- {{{name}}}
{{/eNum.hasSupertype}}
{{#eNum.hasInterfaces}}
- Implements
-
{{#eNum.interfaces}}
- {{{linkedName}}}
{{/eNum.interfaces}}
{{/eNum.hasInterfaces}}
{{#eNum.hasMixins}}
- Mixes-in
{{#eNum.mixins}}
- {{{linkedName}}}
{{/eNum.mixins}}
{{/eNum.hasMixins}}
{{#eNum.hasImplementors}}
- Implemented by
{{#eNum.implementors}}
- {{{linkedName}}}
{{/eNum.implementors}}
{{/eNum.hasImplementors}}
{{#eNum.hasAnnotations}}
- Annotations
{{#eNum.annotations}}
- {{{.}}}
{{/eNum.annotations}}
{{/eNum.hasAnnotations}}
{{/eNum.hasModifiers}}
{{#eNum.hasConstants}}
Constants
{{#eNum.constants}}
{{>constant}}
{{/eNum.constants}}
{{/eNum.hasConstants}}
{{#eNum.hasConstructors}}
Constructors
{{#eNum.constructors}}
-
{{{linkedName}}}({{{ linkedParams }}})
-
{{{ oneLineDoc }}}
{{#isConst}}
const
{{/isConst}}
{{#isFactory}}
factory
{{/isFactory}}
{{/eNum.constructors}}
{{/eNum.hasConstructors}}
{{#eNum.hasProperties}}
Properties
{{#eNum.allInstanceProperties}}
{{>property}}
{{/eNum.allInstanceProperties}}
{{/eNum.hasProperties}}
{{#eNum.hasMethods}}
Methods
{{#eNum.allInstanceMethods}}
{{>callable}}
{{/eNum.allInstanceMethods}}
{{/eNum.hasMethods}}
{{#eNum.hasOperators}}
Operators
{{#eNum.allOperators}}
{{>callable}}
{{/eNum.allOperators}}
{{/eNum.hasOperators}}
{{#eNum.hasStaticProperties}}
Static Properties
{{#eNum.staticProperties}}
{{>property}}
{{/eNum.staticProperties}}
{{/eNum.hasStaticProperties}}
{{#eNum.hasStaticMethods}}
Static Methods
{{#eNum.staticMethods}}
{{>callable}}
{{/eNum.staticMethods}}
{{/eNum.hasStaticMethods}}
{{>footer}}