{{ apiDocs.className }}

{{ apiDocs.deprecated.description }}

Properties

{{ prop.name }}
since {{ prop.since.version }}&ngsp; deprecated {{ prop.deprecated.version }}

{{ prop.deprecated.description }}

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

Methods

{{ method.name }}
since {{ method.since.version }}&ngsp; deprecated {{ method.deprecated.version }}

{{ methodSignature(method) }}&ngsp; => {{ method.returnType }}

{{ method.deprecated.description }}