Frontend API symbols
TapFormFieldKind
The control a schema property maps to.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The control a schema property maps to.
type TapFormFieldKind = "text" | "textarea" | "date" | "number" | "boolean" | "enum";
Was this page helpful?