{{ apiDocs?.className }}

Properties

{{ prop.name }}
Type: {{ prop.type }}
Default value: {{ prop.defaultValue || '-'}}

Methods

{{ method.name }}
{{ method.name }}( {{ arg.name }}: {{ arg.type }}, ) => {{ method.returnType }}