trackHover
True if hover state should be tracked for this container.
trackHover?: boolean;
Notes
- Defaults to false. This property is automatically enabled when mouse enter/leave handlers are added using onMouseEnter() or onMouseLeave().
Related
class UIContainer abstract
A base view class that represents a container element with no specific layout or styling.
