Documents / @faasjs/ant-design / DescriptionItemContentProps
Interface: DescriptionItemContentProps<T>
Props passed to the internal description item renderer.
Type Parameters
T
T = any
Data record shape rendered by the description list.
Properties
extendTypes?
optionalextendTypes?:object
Custom type renderers keyed by item type.
Index Signature
[key: string]: ExtendDescriptionTypeProps<any>
item
item:
DescriptionItemProps
The item definition being rendered.
value
value:
T
Raw value read from the data source for this item's id.
values?
optionalvalues?:any
Entire data source record (optional).