{{ description }}
Creates a new scope
Restricted on
  • {{rest}}
Priority
{{priority}}
Event type
{{eventType}}
Dependencies:
NameTypeDescription
{{ param.name }} {{ param.type && param.type.names.join(" | ") }} {{ param.description }}
Properties:
NameTypeDescription
{{ prop.name }} {{ prop.type && prop.type.names.join(" | ") }} {{ prop.description }}
Attributes:
NameTypeDescription
{{ attr.name }} {{ attr.type && attr.type.names.join(" | ") }} {{ marked(attr.description||'') }}
Dependencies
  • {{ el }} Service
Animations:
{{ animations }}
Example
{{ example.code }}
Tutorials:
  • {{tutoriallink(tutorial)}}

Members

NameTypeDescription
{{ member.name }} {{ member.type && member.type.names.join(" | ") }} {{ member.description }}


Methods

{{ func.name }} ({{ func.params.map(function(param){return param.name;}).join(", ") }}) -> {{ func.returns[0].type.names.join(" | ") }}

{{ func.description }}
Example
{{ example.code }}
Parameters:
NameTypeDescription
{{ param.name }} {{ param.type && param.type.names.join(" | ").replace(new RegExp( String.fromCharCode(60), "g" ), "<") }} {{ param.description }}
Returns:
TypeDescription
{{ ret.type && ret.type.names.join(" | ").replace(new RegExp( String.fromCharCode(60), "g" ), "<") }} {{ ret.description }}