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