Javascript Reference

{{#each js.class}}

{{this.name}}

{{markdown this.description}} {{#if this.examples.[0]}}
{{this.examples.[0]}}
{{/if}} {{#if this.params}}

Constructor Params

{{#each this.params}} {{/each}}
Name Type Description
{{this.name}} {{this.type.names}} {{markdown this.description}}
{{/if}} {{#if this.properties}}

Class Properties

{{#each this.properties}} {{/each}}
Name Type Description
{{this.name}} {{this.type.names}} {{markdown this.description}}
{{/if}}

{{/each}} {{#if js.event}}

Events

{{#each js.event}} {{/each}}
Name Description
{{this.name}} {{markdown this.description}}

{{/if}} {{#if js.function}}

Methods

{{#each js.function}} {{/each}}
Name Description
{{this.name}} {{markdown this.description}}

{{/if}}