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

pull/1924/head
itmajing 2020-03-13 09:48:38 +08:00 committed by GitHub
parent 8bb978debe
commit 4f49338f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -297,6 +297,12 @@ export interface WrappedFormUtils {
}
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)
* @type object