(componentName: string)
| 403 | } |
| 404 | |
| 405 | getComponentMeta(componentName: string) { |
| 406 | return this.designer.materials.getComponentMeta(componentName) |
| 407 | } |
| 408 | |
| 409 | toData(extraComps?: string[]) { |
| 410 | const node = this.export(TRANSFORM_STAGE.SAVE) |
no outgoing calls
no test coverage detected