Anchor link to: {{apiDocs.className}} {{apiDocs.className}}

{{apiDocs.description}}

Selector {{apiDocs.selector}}
Exported as {{apiDocs.exportAs}}

Inputs

{{input.name}}
Type: {{ input.type }}
Default value: {{ defaultInputValue(input) || '-' }} — initialized from {{ configServiceName }} service
{{ input.description }}

Outputs

{{output.name}} {{output.description}}

Methods

{{method.name}}
Signature: {{ methodSignature(method) }}
Return type: {{ method.returnType }}
{{ method.description }}