(props: any)
| 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; |
no test coverage detected