Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FieldPosition

import type { FieldPosition } from "https://aws-api.deno.dev/v0.4/services/amplifyuibuilder.ts?docs=full";

Describes the field position.

interface FieldPosition {
below?: string | null;
fixed?: FixedPosition | null;
rightOf?: string | null;
}

§Properties

§
below?: string | null
[src]

The field position is below the field specified by the string.

§
fixed?: FixedPosition | null
[src]

The field position is fixed and doesn't change in relation to other fields.

§
rightOf?: string | null
[src]

The field position is to the right of the field specified by the string.