id
Description
sets an HTML id for an areaType
string|number
Example
<Field label="Details" position="left">
{#snippet children(id)}
<TextArea placeholder="Type here" {id} />
{/snippet}
</Field>
Related article: Adding a label
Related sample: TextArea