We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can easily reference an element without needing to worry about its selector (which wouldn't give back the element instance).
Add a reference to any element:
Element() .ref("myReference")
Get it later using the ref() function.
ref()
// ... ref("myReference"); // returns element instance. // ...