label
Description
Optional. Sets a label for the control inside a fieldUsage
label?: string;
Example
<Field label="Text">
{#snippet children(id)}
<Text {id} />
{/snippet}
</Field>
Related article: Setting a label for a control
Related sample: Field