()
| 118 | } |
| 119 | |
| 120 | componentDidMount(){ |
| 121 | super.componentDidMount() |
| 122 | this.setAttrValue("styling.backgroundColor", "#EDECEC") |
| 123 | } |
| 124 | |
| 125 | getConfigCode(){ |
| 126 | const bg = this.getAttrValue("styling.backgroundColor") |
nothing calls this directly
no outgoing calls
no test coverage detected