{{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}}
Property name |
Type |
Description |
{{#properties}}
{{>property}}
{{/properties}}
{{/if}}
{{#invoke on=apiModel m="findEnumValues" name}}
{{#if this}}
Value |
Description |
{{#each this}}
{{name}} |
{{#if this.description}}{{#markdown}}{{this.description}}{{/markdown}}{{/if}} |
{{/each}}
{{/if}}
{{/invoke}}