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