We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63b6e1 commit 8e7bb9dCopy full SHA for 8e7bb9d
packages/engine/src/modules/utils.ts
@@ -1,11 +1,14 @@
1
import { isFormEvent, compatibleLegaoSchema, getNodeSchemaById } from '@alilc/lowcode-utils';
2
import { isNodeSchema } from '@alilc/lowcode-types';
3
+import { getConvertedExtraKey, getOriginalExtraKey } from '@alilc/lowcode-designer';
4
5
const utils = {
6
isNodeSchema,
7
isFormEvent,
8
compatibleLegaoSchema,
9
getNodeSchemaById,
10
+ getConvertedExtraKey,
11
+ getOriginalExtraKey,
12
};
13
14
export default utils;
0 commit comments