{{>source_link}}
    {{/self}}
    {{#clazz}}
    {{>documentation}}
    {{#hasModifiers}}
    {{{nameWithGenerics}}} {{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}}
        {{#hasPotentiallyApplicableExtensions}}
- Available Extensions
- 
          {{#potentiallyApplicableExtensions}}
          
- {{{linkedName}}} {{/potentiallyApplicableExtensions}}
 {{/hasPotentiallyApplicableExtensions}}
        {{#hasAnnotations}}
- Annotations
- 
          {{#annotations}}
          
- {{{.}}} {{/annotations}}
 {{/hasAnnotations}}
Constructors
- 
        {{#publicConstructors}}
        
- {{{linkedName}}}({{{ linkedParams }}})
- 
          {{{ oneLineDoc }}} {{{ extendedDocLink }}}
          {{#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}}
      
Constants
- 
        {{#publicConstants}}
        {{>constant}}
        {{/publicConstants}}