()
| 104 | } |
| 105 | |
| 106 | componentDidMount(){ |
| 107 | super.componentDidMount() |
| 108 | this.setAttrValue("styling.backgroundColor", "#fff") |
| 109 | this.setWidgetName("text") |
| 110 | } |
| 111 | |
| 112 | generateCode(variableName, parent){ |
| 113 |
no outgoing calls
no test coverage detected