{{displayName.value}}

{{#set currentType=this}} {{#if example}}
{{example currentType example}}
{{/if}} {{#examples}}
{{example currentType this}}
{{/examples}} {{/set}} {{#if description}} {{#markdown}}{{description.value}}{{/markdown}} {{/if}} {{#if properties}} {{#properties}} {{>property}} {{/properties}}
Property name Type Description
{{/if}} {{#invoke on=apiModel m="findEnumValues" name}} {{#if this}} {{#each this}} {{/each}}
Value Description
{{name}} {{#if this.description}}{{#markdown}}{{this.description}}{{/markdown}}{{/if}}
{{/if}} {{/invoke}}