ElementControl
Use this control to create and manipulate elements.
.initialize()
Initialize the control.
const element = ElementResolver.resolveOne('#someElement');
const exampleElement = new ElementControl(element);
exampleElement.initialize();
.show()
Show the element.
.hide()
Hide the element.
.element
Get the the original HTMLElement