Documents / @faasjs/ant-design / DescriptionItemProps
Interface: DescriptionItemProps<T>
Extends
Extended by
Type Parameters
• T = any
Properties
children?
optional
children:UnionFaasItemElement
<T
>
descriptionChildren?
optional
descriptionChildren:UnionFaasItemElement
<T
>
descriptionRender?
optional
descriptionRender:UnionFaasItemRender
<T
>
id
id:
string
Inherited from
if()?
optional
if: (values
) =>boolean
Parameters
• values: Record
<string
, any
>
Returns
boolean
object?
optional
object:DescriptionItemProps
<T
>[]
options?
optional
options:BaseOption
[]
Inherited from
render?
optional
render:UnionFaasItemRender
<T
>
title?
optional
title:string
Inherited from
type?
optional
type:FaasItemType
Support string, string[], number, number[], boolean, date, time, object, object[]
Default
'string'