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

Type Alias: FormWithFaasProps<Path, Values, ExtendItemProps>

FormWithFaasProps<Path, Values, ExtendItemProps> = FormCommonProps<Values, ExtendItemProps> & object

Props for the Form component when FaasJS write-action integration is used.

Type Declaration

faas?

optional faas?: FormFaasProps<Values, Path>

FaasJS integration configuration.

onFinish?

optional onFinish?: never

Must not be set when faas is provided.

Type Parameters

Path

Path extends FaasActionPaths = any

Registered action path used to infer submitted params.

Values

Values extends Record<string, any> = any

Form values shape.

ExtendItemProps

ExtendItemProps extends ExtendFormItemProps = ExtendFormItemProps

Additional item prop shape accepted by items.