Interface: Adapter
Defined in: packages/ui/types/adapter.d.ts:12
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
>
Defined in: packages/ui/types/adapter.d.ts:18
Parameters
id
string
Returns
Promise
<GridCustomInfo
>
saveCustom()?
optional
saveCustom: (info
) =>Promise
<any
>
Defined in: packages/ui/types/adapter.d.ts:19
Parameters
info
Returns
Promise
<any
>
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