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