The element's view type, if initializing MVC.
The element's data type, if initializing MVC.
The element's model type, if initializing MVC.
The element's emitter type, if initializing MVC.
The element's view type, if initializing MVC.
The element's data type, if initializing MVC.
The element's model type, if initializing MVC.
The element's emitter type, if initializing MVC.
ReadonlyinitializedReadonlydataStaticdefaultReadonlypropertiesReadonlyonReadonlyonReadonlyonReadonlytagFunctioninitialize
Initializes the element. It sets up the UI by calling the methods setupUIElements,
setupUILayout, setupUIListeners, and setupChangedCallbacks (in this order, if they are defined).
This function is called automatically in .setProperties() and when instantiating an
element via element(). It is called only once per element (as it checks with the reflected initialized flag).
Optionalproperties: FeedforwardPropertiesOptionaloptions: CloneElementOptionsStaticcreateProtected StaticcustomProtectedsetupProtectedsetupProtectedsetupProtectedsetup
TurboElement
Description
Base TurboElement class, extending the base HTML element with a few useful tools and functions.