MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / initProps

Method initProps

packages/designer/src/document/node/node.ts:421–423  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

419
420 @action
421 private initProps(props: any): any {
422 return this.document.designer.transformProps(props, this, IPublicEnumTransformStage.Init);
423 }
424
425 @action
426 private upgradeProps(props: any): any {

Callers 1

constructorMethod · 0.95

Calls 1

transformPropsMethod · 0.65

Tested by

no test coverage detected