feat: add name definition for create form option (#1869)
parent
8bb978debe
commit
4f49338f76
|
@ -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…
Reference in New Issue