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

Method upgradeProps

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

Source from the content-addressed store, hash-verified

424
425 @action
426 private upgradeProps(props: any): any {
427 return this.document.designer.transformProps(props, this, IPublicEnumTransformStage.Upgrade);
428 }
429
430 private setupAutoruns() {
431 const { autoruns } = this.componentMeta.advanced;

Callers 1

constructorMethod · 0.95

Calls 1

transformPropsMethod · 0.65

Tested by

no test coverage detected