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

Method initProps

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

Source from the content-addressed store, hash-verified

206 }
207
208 private initProps(props: PropsMap) {
209 return this.document.designer.transformProps(props, this, TRANSFORM_STAGE.INIT)
210 }
211
212 private upgradeProps(props: PropsMap) {
213 return this.document.designer.transformProps(props, this, TRANSFORM_STAGE.UPGRADE)

Callers 1

constructorMethod · 0.95

Calls 1

transformPropsMethod · 0.80

Tested by

no test coverage detected