{{#self}}
{{>source_link}}

{{{nameWithGenerics}}} {{kind}} {{>categorization}}

{{/self}} {{#mixin}} {{>documentation}} {{#hasModifiers}}
{{#hasPublicSuperclassConstraints}}
Superclass Constraints
    {{#publicSuperclassConstraints}}
  • {{{linkedName}}}
  • {{/publicSuperclassConstraints}}
{{/hasPublicSuperclassConstraints}} {{#hasPublicSuperChainReversed}}
Inheritance
  • {{{linkedObjectType}}}
  • {{#publicSuperChainReversed}}
  • {{{linkedName}}}
  • {{/publicSuperChainReversed}}
  • {{{name}}}
{{/hasPublicSuperChainReversed}} {{#hasPublicInterfaces}}
Implements
    {{#publicInterfaces}}
  • {{{linkedName}}}
  • {{/publicInterfaces}}
{{/hasPublicInterfaces}} {{#hasPublicMixins}}
Mixes-in
    {{#publicMixins}}
  • {{{linkedName}}}
  • {{/publicMixins}}
{{/hasPublicMixins}} {{#hasPublicImplementors}}
Implemented by
    {{#publicImplementors}}
  • {{{linkedName}}}
  • {{/publicImplementors}}
{{/hasPublicImplementors}} {{#hasAnnotations}}
Annotations
    {{#annotations}}
  • {{{.}}}
  • {{/annotations}}
{{/hasAnnotations}}
{{/hasModifiers}} {{#hasPublicConstructors}}

Constructors

{{#publicConstructors}}
{{{linkedName}}}({{{ linkedParams }}})
{{{ oneLineDoc }}} {{#isConst}}
const
{{/isConst}} {{#isFactory}}
factory
{{/isFactory}}
{{/publicConstructors}}
{{/hasPublicConstructors}} {{#hasPublicProperties}}

Properties

{{#allPublicInstanceProperties}} {{>property}} {{/allPublicInstanceProperties}}
{{/hasPublicProperties}} {{#hasPublicMethods}}

Methods

{{#allPublicInstanceMethods}} {{>callable}} {{/allPublicInstanceMethods}}
{{/hasPublicMethods}} {{#hasPublicOperators}}

Operators

{{#allPublicOperators}} {{>callable}} {{/allPublicOperators}}
{{/hasPublicOperators}} {{#hasPublicStaticProperties}}

Static Properties

{{#publicStaticProperties}} {{>property}} {{/publicStaticProperties}}
{{/hasPublicStaticProperties}} {{#hasPublicStaticMethods}}

Static Methods

{{#publicStaticMethods}} {{>callable}} {{/publicStaticMethods}}
{{/hasPublicStaticMethods}} {{#hasPublicConstants}}

Constants

{{#publicConstants}} {{>constant}} {{/publicConstants}}
{{/hasPublicConstants}} {{/mixin}}