> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapFormFieldKind

> The control a schema property maps to.

```ts theme={null}
type TapFormFieldKind = "text" | "textarea" | "date" | "number" | "boolean" | "enum";
```

The control a schema property maps to.
