TapForm renders, as formFields reads it off a schema.
Properties
hint?
description.
kind
label
title, or the name spaced and capitalised.
name
options?
enum property: one option per string value.
label
value
required
required.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
One control TapForm renders, as formFields reads it off a schema.
TapForm renders, as formFields reads it off a schema.
optional hint?: string;
description.
kind: TapFormFieldKind;
label: string;
title, or the name spaced and capitalised.
name: string;
optional options?: {
label: string;
value: string;
}[];
enum property: one option per string value.
label: string;
value: string;
required: boolean;
required.Was this page helpful?