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

Method getPropValue

packages/core/src/document/node/node.ts:415–417  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

413 }
414
415 getPropValue(path: string) {
416 return this.getProp(path, false)?.value
417 }
418
419 setPropValue(path: string, value: PropValue) {
420 this.getProp(path, true)!.setValue(value)

Callers 1

getExtraPropValueMethod · 0.95

Calls 1

getPropMethod · 0.95

Tested by

no test coverage detected