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?
optionalfaas?:FormFaasProps<Values,Path>
FaasJS integration configuration.
onFinish?
optionalonFinish?: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.