position
Description
Optional. Sets the position of a label relative to the controlUsage
position?: "left";
Example
<Field label="Text" position:"left">
{#snippet children(id)}<Text {id} />{/snippet}
</Field>
Related article: Positioning the label
Related sample: Field