{{>source_link}}
{{/self}}
{{#eNum}}
{{>documentation}}
{{#hasModifiers}}
{{{name}}} {{kind}} {{>categorization}}
-
{{#hasPublicSuperChainReversed}}
- Inheritance
- {{{linkedObjectType}}} {{#publicSuperChainReversed}}
- {{{linkedName}}} {{/publicSuperChainReversed}}
- {{{name}}}
{{/hasPublicSuperChainReversed}}
{{#hasPublicInterfaces}}
- Implemented types
-
-
{{#publicInterfaces}}
- {{{linkedName}}} {{/publicInterfaces}}
{{/hasPublicInterfaces}}
{{#hasPublicMixins}}
- Mixed in types
-
{{#publicMixins}}
- {{{linkedName}}} {{/publicMixins}}
{{/hasPublicMixins}}
{{#hasPublicImplementors}}
- Implementers
-
{{#publicImplementors}}
- {{{linkedName}}} {{/publicImplementors}}
{{/hasPublicImplementors}}
{{#hasAnnotations}}
- Annotations
-
{{#annotations}}
- {{{.}}} {{/annotations}}
{{/hasAnnotations}}
Constants
-
{{#publicConstants}}
{{>constant}}
{{/publicConstants}}
Constructors
-
{{#publicConstructors}}
- {{{linkedName}}}({{{ linkedParams }}})
-
{{{ oneLineDoc }}}
{{#isConst}}
const{{/isConst}} {{#isFactory}}factory{{/isFactory}}
{{/publicConstructors}}
Properties
-
{{#allPublicInstanceProperties}}
{{>property}}
{{/allPublicInstanceProperties}}
Methods
-
{{#allPublicInstanceMethods}}
{{>callable}}
{{/allPublicInstanceMethods}}
Operators
-
{{#allPublicOperators}}
{{>callable}}
{{/allPublicOperators}}
Static Properties
-
{{#publicStaticProperties}}
{{>property}}
{{/publicStaticProperties}}
Static Methods
-
{{#publicStaticMethods}}
{{>callable}}
{{/publicStaticMethods}}