Documents / @faasjs/ant-design / DescriptionItemProps

Interface: DescriptionItemProps<T>

Extends

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

FaasItemProps.id

if()?

optional if: (values) => boolean

Parameters

values: Record<string, any>

Returns

boolean

object?

optional object: DescriptionItemProps<T>[]

options?

optional options: BaseOption[]

Inherited from

FaasItemProps.options

render?

optional render: UnionFaasItemRender<T>

title?

optional title: string

Inherited from

FaasItemProps.title

type?

optional type: FaasItemType

Support string, string[], number, number[], boolean, date, time, object, object[]

Default

'string'

Inherited from

FaasItemProps.type