Skip to content
On this page

Interface: NEasyFormExpose

Hierarchy

  • FormExpose

    NEasyFormExpose

Properties

clearValidate

clearValidate: (name?: NamePath) => void

Type declaration

(name?): void

Parameters
NameType
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
NameType
nameList?true | InternalNamePath[]
Returns

Object

Inherited from

FormExpose.getFieldsValue

Defined in

node_modules/ant-design-vue/lib/form/Form.d.ts:162


reset

reset: () => void

Type declaration

(): void

Returns

void

Defined in

dist/src/components/n-form/form-types.d.ts:122


resetFields

resetFields: (name?: NamePath) => void

Type declaration

(name?): void

Parameters
NameType
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
NameType
nameNamePath
options?Object
Returns

void

Inherited from

FormExpose.scrollToField

Defined in

node_modules/ant-design-vue/lib/form/Form.d.ts:168


search: () => void

Type declaration

(): void

Returns

void

Defined in

dist/src/components/n-form/form-types.d.ts:121


validate

validate: (nameList?: string | NamePath[], options?: ValidateOptions) => Promise<{ [key: string]: any; }>

Type declaration

(nameList?, options?): Promise<{ [key: string]: any; }>

Parameters
NameType
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
NameType
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