|
|
@ -34,7 +34,7 @@ export function getAllItemTypes(): ItemTypeDefineOption[] { |
|
|
*/ |
|
|
*/ |
|
|
export const BASIC_META_OF_POINT: ItemTypeMeta = [ |
|
|
export const BASIC_META_OF_POINT: ItemTypeMeta = [ |
|
|
{ field: 'uuid', editor: 'UUID', label: 'uuid' }, |
|
|
{ field: 'uuid', editor: 'UUID', label: 'uuid' }, |
|
|
{ field: 'name', editor: 'TextInput', label: '名称' }, |
|
|
{ field: 'name', editor: 'TextInput', label: '名称'}, |
|
|
{ editor: 'Transform' }, |
|
|
{ editor: 'Transform' }, |
|
|
{ field: 'color', editor: 'Color', label: '颜色' }, |
|
|
{ field: 'color', editor: 'Color', label: '颜色' }, |
|
|
{ editor: '-' }, |
|
|
{ editor: '-' }, |
|
|
|