FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

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?

optional extendTypes?: 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?

optional values?: any

Entire data source record (optional).