Javascript Reference

{{#each js.class}}

{{this.name}}

{{markdown this.description}} {{#if this.examples.[0]}}
{{this.examples.[0]}}
{{/if}} {{#if this.params}}
{{#each this.params}} {{/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}}