* A getter for the visual content container. * @member {Object} visualWrapper * @protected
()
| 204 | * @protected |
| 205 | */ |
| 206 | get visualWrapper() { |
| 207 | return this.vdom.cn[0].cn[0] |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * The constructor registers a resize listener to invalidate the measurement cache when the component size changes. |
nothing calls this directly
no outgoing calls
no test coverage detected