Interface: NumberFieldConfig
Hierarchy​
FieldConfig
<number
>↳
NumberFieldConfig
Properties​
Field​
• Optional
Field: ComponentType
<FieldProps
<number
, any
, any
>>
If you need to render a custom field, you can create a component that
takes FieldProps
as props. You receive the value, a function to
update the value and additional utility props such as if there is an error.
You can customize it by passing custom props that are received
in the component.
Inherited from​
Defined in​
Preview​
• Optional
Preview: ComponentType
<PreviewComponentProps
<number
, any
>>
Configure how a property is displayed as a preview, e.g. in the collection view. You can customize it by passing custom props that are received in the component.
Inherited from​
Defined in​
customProps​
• Optional
customProps: any
Additional props that are passed to the components defined in field
or in preview
.
Inherited from​
Defined in​
enumValues​
• Optional
enumValues: EnumValues
You can use the enum values providing a map of possible exclusive values the property can take, mapped to the label that it is displayed in the dropdown.