---
title: "{{name}}"
subtitle: "Type in {{module}}"
excerpt: "{{safe_yaml summary}}"
layout: manual
---
{{#if deprecated}}
**WARNING:** This type is deprecated.
{{/if}}
{{#if experimental}}
**WARNING:** This type is experimental and may change or be removed.
{{/if}}
{{{summary}}}
{{#if definition}}
```kcl
{{{definition}}}
```
{{/if}}
{{{description}}}
{{#if examples}}
### Examples
{{#each examples}}
{{#if this.content}}
```kcl
{{{this.content}}}
```
{{/if}}
{{#if this.image_path}}

{{/if}}
{{/each}}
{{/if}}