MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / live-editing.ts

File live-editing.ts

packages/engine/src/modules/live-editing.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EditingTarget, Node as DocNode, SaveHandler, LiveEditing } from '@alilc/lowcode-designer';
2import { isJSExpression } from '@alilc/lowcode-utils';
3
4function getText(node: DocNode, prop: string) {

Callers

nothing calls this directly

Calls 3

getValueMethod · 0.65
setValueMethod · 0.65
isJSExpressionFunction · 0.50

Tested by

no test coverage detected