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

Method setExtraPropValue

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

Source from the content-addressed store, hash-verified

425 }
426
427 setExtraPropValue(key: string, value: PropValue) {
428 this.setPropValue(getConvertedExtraKey(key), value)
429 }
430
431 clearExtraPropValue(key: string): void {
432 this.getProp(getConvertedExtraKey(key), false)?.unset()

Callers 6

setValueFunction · 0.45
setValueFunction · 0.45
valueFunction · 0.45
executeOperationFunction · 0.45
setValueFunction · 0.45
setValueFunction · 0.45

Calls 2

setPropValueMethod · 0.95
getConvertedExtraKeyFunction · 0.90

Tested by

no test coverage detected