MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isInLiveEditing

Method isInLiveEditing

packages/shell/src/api/canvas.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 get isInLiveEditing(): boolean {
46 return Boolean(this[editorSymbol].get('designer')?.project?.simulator?.liveEditing?.editing);
47 }
48
49 get clipboard(): IPublicModelClipboard {
50 return this[clipboardInstanceSymbol];

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected