画布节点创建删除
This commit is contained in:
13
src/components/Canvas/FlowCanvas/tools/index.d.ts
vendored
Normal file
13
src/components/Canvas/FlowCanvas/tools/index.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 节点数据类型
|
||||
*/
|
||||
export const NODE_DATATYPE = {
|
||||
RESULT_IMAGE: 'result-image',
|
||||
CARDS_SELECT: 'cards-select',
|
||||
TO_REAL_STYLE: 'to-real-style',
|
||||
SURFACE_EDIT: 'surface-edit',
|
||||
SCENE_COMPOSITION: 'scene-composition',
|
||||
COLOR_PALETTE: 'color-palette',
|
||||
TO_3VIEW: 'to-3view',
|
||||
TO_3D_MODEL: 'to-3d-model',
|
||||
}
|
||||
Reference in New Issue
Block a user