Skip to content

@vtj


@vtj / ui / Adapter

Interface: Adapter

Indexable

[index: string]: any

Properties

components?

optional components: any[]

Defined in

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


fieldEditors?

optional fieldEditors: Record<string, BuiltinFieldEditor>

Defined in

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


getCustom()?

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

Parameters

id

string

Returns

Promise<GridCustomInfo>

Defined in

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


saveCustom()?

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

Parameters

info

GridCustomInfo

Returns

Promise<any>

Defined in

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


uploader?

optional uploader: Uploader

Defined in

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


vxeConfig?

optional vxeConfig: VXETableConfigOptions

Defined in

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


vxePlugin?

optional vxePlugin: any

Defined in

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

Released under the MIT License.