Skip to content

BaseFieldProps

BaseFieldProps = object

Defined in: packages/ui/src/types.ts:660

Base props shared by all TypedField read-only display components.

Extended by DateFieldProps, BooleanFieldProps, NumberFieldProps, TextFieldProps, EmailFieldProps, UrlFieldProps, ImageFieldProps, FileFieldProps, RelationFieldProps, and JsonFieldProps.

optional className: string

Defined in: packages/ui/src/types.ts:664

CSS class name for custom styling.


optional label: string

Defined in: packages/ui/src/types.ts:662

Optional label displayed above the field value.