Interface: NBaseFormExpose
Hierarchy
FormExpose↳
NBaseFormExpose
Properties
clearValidate
clearValidate: (name?: NamePath) => void
Type declaration
(name?): void
Parameters
| Name | Type |
|---|---|
name? | NamePath |
Returns
void
Inherited from
FormExpose.clearValidate
Defined in
node_modules/ant-design-vue/lib/form/Form.d.ts:158
getFieldsValue
getFieldsValue: (nameList?: true | InternalNamePath[]) => { [key: string]: any; }
Type declaration
(nameList?): Object
Parameters
| Name | Type |
|---|---|
nameList? | true | InternalNamePath[] |
Returns
Object
Inherited from
FormExpose.getFieldsValue
Defined in
node_modules/ant-design-vue/lib/form/Form.d.ts:162
getFormData
getFormData: () => Record<string, any>
Type declaration
(): Record<string, any>
Returns
Record<string, any>
Defined in
dist/src/components/n-form/form-types.d.ts:240
resetFields
resetFields: (name?: NamePath) => void
Type declaration
(name?): void
Parameters
| Name | Type |
|---|---|
name? | NamePath |
Returns
void
Inherited from
FormExpose.resetFields
Defined in
node_modules/ant-design-vue/lib/form/Form.d.ts:157
scrollToField
scrollToField: (name: NamePath, options?: {}) => void
Type declaration
(name, options?): void
Parameters
| Name | Type |
|---|---|
name | NamePath |
options? | Object |
Returns
void
Inherited from
FormExpose.scrollToField
Defined in
node_modules/ant-design-vue/lib/form/Form.d.ts:168
setField
setField: (name: string, value: any) => void
Type declaration
(name, value): void
Parameters
| Name | Type |
|---|---|
name | string |
value | any |
Returns
void
Defined in
dist/src/components/n-form/form-types.d.ts:239
validate
validate: (nameList?: string | NamePath[], options?: ValidateOptions) => Promise<{ [key: string]: any; }>
Type declaration
(nameList?, options?): Promise<{ [key: string]: any; }>
Parameters
| Name | Type |
|---|---|
nameList? | string | NamePath[] |
options? | ValidateOptions |
Returns
Promise<{ [key: string]: any; }>
Inherited from
FormExpose.validate
Defined in
node_modules/ant-design-vue/lib/form/Form.d.ts:165
validateFields
validateFields: (nameList?: string | NamePath[], options?: ValidateOptions) => Promise<{ [key: string]: any; }>
Type declaration
(nameList?, options?): Promise<{ [key: string]: any; }>
Parameters
| Name | Type |
|---|---|
nameList? | string | NamePath[] |
options? | ValidateOptions |
Returns
Promise<{ [key: string]: any; }>
Inherited from
FormExpose.validateFields
Defined in
node_modules/ant-design-vue/lib/form/Form.d.ts:159