is it possible to access component's HTML element in Glimmer components without the use of did-insert helper? Something as simple as this.element
or this.elementId
in non-glimmer elements.
I've created a class that extends Component that all my components will be extending. After my "special" component is created I want to manipulate with its DOM.
Aucun commentaire:
Enregistrer un commentaire