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