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

Method setExtraProp

packages/core/src/document/node/node.ts:411–413  ·  view source on GitHub ↗
(key: string, value: PropValue)

Source from the content-addressed store, hash-verified

409 }
410
411 setExtraProp(key: string, value: PropValue) {
412 this.getProp(getConvertedExtraKey(key), true)?.setValue(value)
413 }
414
415 getPropValue(path: string) {
416 return this.getProp(path, false)?.value

Callers 2

hideMethod · 0.95
lockMethod · 0.95

Calls 3

getPropMethod · 0.95
getConvertedExtraKeyFunction · 0.90
setValueMethod · 0.45

Tested by

no test coverage detected