{{#self}}
{{{name}}} {{kind}} {{>categorization}}
{{/self}}
{{#eNum}}
{{>documentation}}
{{/eNum}}
{{#eNum.hasModifiers}}
{{#eNum.hasPublicSuperChainReversed}}
- Inheritance
- {{{linkedObjectType}}}
{{#eNum.publicSuperChainReversed}}
- {{{linkedName}}}
{{/eNum.publicSuperChainReversed}}
- {{{name}}}
{{/eNum.hasPublicSuperChainReversed}}
{{#eNum.hasPublicInterfaces}}
- Implements
-
{{#eNum.publicInterfaces}}
- {{{linkedName}}}
{{/eNum.publicInterfaces}}
{{/eNum.hasPublicInterfaces}}
{{#eNum.hasPublicMixins}}
- Mixes-in
{{#eNum.publicMixins}}
- {{{linkedName}}}
{{/eNum.publicMixins}}
{{/eNum.hasPublicMixins}}
{{#eNum.hasPublicImplementors}}
- Implemented by
{{#eNum.publicImplementors}}
- {{{linkedName}}}
{{/eNum.publicImplementors}}
{{/eNum.hasPublicImplementors}}
{{#eNum.hasAnnotations}}
- Annotations
{{#eNum.annotations}}
- {{{.}}}
{{/eNum.annotations}}
{{/eNum.hasAnnotations}}
{{/eNum.hasModifiers}}
{{#eNum.hasPublicConstants}}
Constants
{{#eNum.publicConstants}}
{{>constant}}
{{/eNum.publicConstants}}
{{/eNum.hasPublicConstants}}
{{#eNum.hasPublicConstructors}}
Constructors
{{#eNum.publicConstructors}}
-
{{{linkedName}}}({{{ linkedParams }}})
-
{{{ oneLineDoc }}}
{{#isConst}}
const
{{/isConst}}
{{#isFactory}}
factory
{{/isFactory}}
{{/eNum.publicConstructors}}
{{/eNum.hasPublicConstructors}}
{{#eNum.hasPublicProperties}}
Properties
{{#eNum.allPublicInstanceProperties}}
{{>property}}
{{/eNum.allPublicInstanceProperties}}
{{/eNum.hasPublicProperties}}
{{#eNum.hasPublicMethods}}
Methods
{{#eNum.allPublicInstanceMethods}}
{{>callable}}
{{/eNum.allPublicInstanceMethods}}
{{/eNum.hasPublicMethods}}
{{#eNum.hasPublicOperators}}
Operators
{{#eNum.allPublicOperators}}
{{>callable}}
{{/eNum.allPublicOperators}}
{{/eNum.hasPublicOperators}}
{{#eNum.hasPublicStaticProperties}}
Static Properties
{{#eNum.publicStaticProperties}}
{{>property}}
{{/eNum.publicStaticProperties}}
{{/eNum.hasPublicStaticProperties}}
{{#eNum.hasPublicStaticMethods}}
Static Methods
{{#eNum.publicStaticMethods}}
{{>callable}}
{{/eNum.publicStaticMethods}}
{{/eNum.hasPublicStaticMethods}}
{{>footer}}