{{ apiDocs.className }}

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

Inputs

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

Outputs

{{ output.name }}

Methods

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