Documents / @faasjs/ant-design / DescriptionItemProps
Interface: DescriptionItemProps<T>
Description item meta-object consumed by the Description component.
Extends
Extended by
Type Parameters
T
T = any
Data record shape rendered by the description list.
Properties
children?
optionalchildren?:UnionFaasItemElement<T> |null
Generic custom element rendered when no description-specific child overrides it.
descriptionChildren?
optionaldescriptionChildren?:UnionFaasItemElement<T> |null
Description-specific custom element.
descriptionRender?
optionaldescriptionRender?:UnionFaasItemRender<T> |null
Description-specific custom render callback.
id
id:
string|number
Inherited from
if?
optionalif?: (values) =>boolean
Conditional visibility predicate. When false, the item is hidden from the description list.
Parameters
values
Record<string, any>
Returns
boolean
object?
optionalobject?:DescriptionItemProps<T>[]
Nested item definitions used by object and object[] item types.
options?
optionaloptions?:BaseOption[]
Inherited from
render?
optionalrender?:UnionFaasItemRender<T> |null
Generic custom render callback.
title?
optionaltitle?:string
Inherited from
type?
optionaltype?:FaasItemType