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

Method setPropValue

packages/core/src/document/node/node.ts:419–421  ·  view source on GitHub ↗
(path: string, value: PropValue)

Source from the content-addressed store, hash-verified

417 }
418
419 setPropValue(path: string, value: PropValue) {
420 this.getProp(path, true)!.setValue(value)
421 }
422
423 getExtraPropValue(key: string) {
424 return this.getPropValue(getConvertedExtraKey(key))

Callers 1

setExtraPropValueMethod · 0.95

Calls 2

getPropMethod · 0.95
setValueMethod · 0.45

Tested by

no test coverage detected