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.
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName:string
Defined in: packages/ui/src/types.ts:664
CSS class name for custom styling.
label?
Section titled “label?”
optionallabel:string
Defined in: packages/ui/src/types.ts:662
Optional label displayed above the field value.