uiElement class

The uiElement class is a direct successor of the uiClass library. When creating a new component, use the uiElement class as a direct parent, if your component will be the last in the components hierarchy chain.

uiElement source code is <Magento_Ui_module_dir>/view/base/web/js/lib/core/element/element.js, in the Magento Open Source GitHub repository: app/code/Magento/Ui/view/base/web/js/lib/core/element/element.js.

Commonly used methods