Interface: Adapter 
Defined in: packages/ui/types/adapter.d.ts:12
Indexable 
[index: string]: any
Properties 
components? 
optionalcomponents:any[]
Defined in: packages/ui/types/adapter.d.ts:13
fieldEditors? 
optionalfieldEditors:Record<string,BuiltinFieldEditor>
Defined in: packages/ui/types/adapter.d.ts:14
getCustom()? 
optionalgetCustom: (id) =>Promise<GridCustomInfo>
Defined in: packages/ui/types/adapter.d.ts:18
Parameters 
id 
string
Returns 
Promise<GridCustomInfo>
saveCustom()? 
optionalsaveCustom: (info) =>Promise<any>
Defined in: packages/ui/types/adapter.d.ts:19
Parameters 
info 
Returns 
Promise<any>
uploader? 
optionaluploader:Uploader
Defined in: packages/ui/types/adapter.d.ts:15
vxeConfig? 
optionalvxeConfig:VXETableConfigOptions
Defined in: packages/ui/types/adapter.d.ts:16
vxePlugin? 
optionalvxePlugin:any
Defined in: packages/ui/types/adapter.d.ts:17