{{apiDocs.description}}
Selector | {{apiDocs.selector}} |
Exported as | {{apiDocs.exportAs}} |
{{input.name}} |
Type:
{{ input.type }}
Default value:
{{ defaultInputValue(input) || '-' }}
— initialized from {{ configServiceName }} service
{{ input.description }}
|
{{output.name}} |
{{output.description}} |
{{method.name}} |
Signature:
{{ methodSignature(method) }} Return type:
{{ method.returnType }} {{ method.description }}
|