{{- This is a span not a header-tag so that it doesn't show up in the TOC. -}} {{?api.types}}

Types

{{#t:api.types}} {{+partials.type display_name:t.name type:t/}} {{/}} {{/api.types}} {{?api.properties}}

Properties

{{#p:api.properties}} {{+partials.api_property api:api property:p/}} {{/}}
{{/api.properties}} {{?api.functions}}

Methods

{{#f:api.functions}} {{+partials.function function:f api:api parentName:false/}} {{/}} {{/api.functions}} {{?api.events}}

Events

{{#e:api.events}} {{+partials.event event:e api:api/}} {{/}} {{/api.events}} {{?api.domEvents}}

DOM Events

Listeners can be added for these events using the standard HTML addEventListener API. Listeners receive a custom Event object which can have additional properties as listed with each event.
{{#e:api.domEvents}} {{+partials.dom_event display_name:e.name event:e api:api/}} {{/api.domEvents}} {{/api.domEvents}}
{{?samplesForApi}}

Sample {{platformTitle}}

{{/samplesForApi}}