{{name}}
Syntax
{{name}}
{{#crossLink type}}{{/crossLink}}
{{#if deprecated}}
deprecated
{{/if}}
{{#if access}}
{{access}}
{{/if}}
{{#if final}}
final
{{/if}}
{{#if static}}
static
{{/if}}
Summary
{{{eventDescription}}}
{{#if params}}
Event Payload:
{{#params}}
-
{{#if optional}}
[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]
{{#crossLink type}}{{/crossLink}}
optional
{{else}}
{{name}}
{{#crossLink type}}{{/crossLink}}
{{/if}}
{{#if multiple}}
Multiple
{{/if}}
{{{description}}}
{{#if props}}
{{#props}}
-
{{#if optional}}
[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]
{{#crossLink type}}{{/crossLink}}
optional
{{else}}
{{name}}
{{#crossLink type}}{{/crossLink}}
{{/if}}
{{{description}}}
{{#if props}}
{{#props}}
-
{{name}}
{{#crossLink type}}{{/crossLink}}
{{{description}}}
{{/props}}
{{/if}}
{{/props}}
{{/if}}
{{/params}}
{{/if}}
{{#example}}
{{/example}}
{{> exampleurl }}