mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 18:56:06 +00:00
14 lines
261 B
TypeScript
14 lines
261 B
TypeScript
|
export const lineString = {
|
||
|
options: () => ({
|
||
|
type: 'lineString',
|
||
|
uiSchema: {
|
||
|
type: 'void',
|
||
|
'x-component': 'Map',
|
||
|
'x-component-designer': 'Map.Designer',
|
||
|
'x-component-props': {
|
||
|
mapType: 'amap',
|
||
|
},
|
||
|
},
|
||
|
}),
|
||
|
};
|