FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/ant-design / DescriptionProps

Interface: DescriptionProps<T, ExtendItemProps>

Extends

  • Omit<DescriptionsProps, "items">

Type Parameters

T

T = any

ExtendItemProps

ExtendItemProps = any

Methods

renderTitle()?

optional renderTitle(values): ReactNode

Parameters

values

T

Returns

ReactNode

Properties

dataSource?

optional dataSource: T

extendTypes?

optional extendTypes: object

Index Signature

[key: string]: ExtendDescriptionTypeProps<any>

faasData?

optional faasData: FaasDataWrapperProps<T>

items

items: (ExtendItemProps | DescriptionItemProps<any>)[]