Skip to content

@vtjDocs


@vtj / ui / Adapter

Interface: Adapter

Indexable

[index: string]: any

Properties

components?

optional components: any[]

Defined in

packages/ui/types/adapter.d.ts:14


fieldEditors?

optional fieldEditors: Record<string, BuiltinFieldEditor>

Defined in

packages/ui/types/adapter.d.ts:15


getCustom()?

optional getCustom: (id) => Promise<GridCustomInfo>

Parameters

id: string

Returns

Promise<GridCustomInfo>

Defined in

packages/ui/types/adapter.d.ts:19


saveCustom()?

optional saveCustom: (info) => Promise<any>

Parameters

info: GridCustomInfo

Returns

Promise<any>

Defined in

packages/ui/types/adapter.d.ts:20


uploader?

optional uploader: Uploader

Defined in

packages/ui/types/adapter.d.ts:16


vxeConfig?

optional vxeConfig: VXETableConfigOptions

Defined in

packages/ui/types/adapter.d.ts:17


vxePlugin?

optional vxePlugin: any

Defined in

packages/ui/types/adapter.d.ts:18

Released under the MIT License.