feat: add name definition for create form option (#1869)

pull/1924/head
itmajing 5 years ago committed by GitHub
parent 8bb978debe
commit 4f49338f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -297,6 +297,12 @@ export interface WrappedFormUtils {
} }
export interface IformCreateOption { export interface IformCreateOption {
/**
* Set prefix for the form fields id
* @type string
*/
name?: string;
/** /**
* Only supports the use of Form.create({})(CustomizedForm). declare props on form(like vue props) * Only supports the use of Form.create({})(CustomizedForm). declare props on form(like vue props)
* @type object * @type object

Loading…
Cancel
Save