MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / select

Method select

packages/core/src/document/node/node.ts:283–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281 }
282
283 select() {
284 this.document.designer.selection.select(this.id)
285 }
286
287 hover(flag = true) {
288 if (flag) {

Callers 9

initCommandFunction · 0.45
replaceChildMethod · 0.45
checkSelectMethod · 0.45
initFunction · 0.45
handleSelectFunction · 0.45
initFunction · 0.45
handleCanvasDropFunction · 0.45
handleClickFunction · 0.45
handleSelectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected