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

Method getExtraPropValue

packages/core/src/document/node/node.ts:423–425  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

421 }
422
423 getExtraPropValue(key: string) {
424 return this.getPropValue(getConvertedExtraKey(key))
425 }
426
427 setExtraPropValue(key: string, value: PropValue) {
428 this.setPropValue(getConvertedExtraKey(key), value)

Callers 10

hiddenMethod · 0.95
lockedMethod · 0.95
materialUsageKeyMethod · 0.95
isRemoteComponentMethod · 0.95
saveFunction · 0.45
getValueFunction · 0.45
valueFunction · 0.45
getFunction · 0.45
saveFunction · 0.45
getValueFunction · 0.45

Calls 2

getPropValueMethod · 0.95
getConvertedExtraKeyFunction · 0.90

Tested by

no test coverage detected