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

Method upgradeProps

packages/core/src/document/node/node.ts:212–214  ·  view source on GitHub ↗
(props: PropsMap)

Source from the content-addressed store, hash-verified

210 }
211
212 private upgradeProps(props: PropsMap) {
213 return this.document.designer.transformProps(props, this, TRANSFORM_STAGE.UPGRADE)
214 }
215
216 /**
217 * relate to componentMeta.advanced.initialChildren

Callers 1

constructorMethod · 0.95

Calls 1

transformPropsMethod · 0.80

Tested by

no test coverage detected