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 / FaasItemType

Type Alias: FaasItemType

FaasItemType = "string" | "string[]" | "number" | "number[]" | "boolean" | "date" | "time" | "object" | "object[]"

Supported item types used across Form, Description, and Table.

Each type maps to a built-in Ant Design control or a nested renderer for object and object[].