FieldMappingEntry
Properties
boundaryComponent
Component for range field boundaries.
Type: Component
Source: client/lib/utils/fieldMappings.js:19
boundaryFieldProps
Extra props forwarded to the range boundary field component.
Type: any
Source: client/lib/utils/fieldMappings.js:21
boundaryWidget
Widget for range field boundaries.
Type: Component
Source: client/lib/utils/fieldMappings.js:20
boundaryWidgetProps
Extra props for the range boundary widget.
Type: any
Source: client/lib/utils/fieldMappings.js:22
component
The field component override. Only used by filterFieldMapping; defaultFieldMappings and choiceFieldMappings rely on FormField as the hardcoded default.
Type: Component
Source: client/lib/utils/fieldMappings.js:12
default
Whether this is the default mapping for its serializer field type.
Type: boolean
Source: client/lib/utils/fieldMappings.js:23
fieldProps
Extra props forwarded to the field component.
Type: any
Source: client/lib/utils/fieldMappings.js:14
manyComponent
Component for many-field wrappers.
Type: Component
Source: client/lib/utils/fieldMappings.js:16
manyWidget
Widget for many-field wrappers.
Type: Component
Source: client/lib/utils/fieldMappings.js:17
manyWidgetProps
Extra props for the many-field widget.
Type: any
Source: client/lib/utils/fieldMappings.js:18
widget
The widget component, or null if none.
Type: Component
Source: client/lib/utils/fieldMappings.js:13
widgetProps
Extra props forwarded to the widget component.
Type: any
Source: client/lib/utils/fieldMappings.js:15
Source
client/lib/utils/fieldMappings.js:11