HoopsDrawmodeButtonElement
-
class
wvc.HoopsDrawmodeButtonElement() Displays the toolbar dropdown for selecting draw modes.
Examples
<hoops-toolbar-drawmode dropDownPosition="right"></hoops-toolbar-drawmode>
Custom Element
hoops-toolbar-drawmodeAttributes
dropDownPosition
Dropdown placement relative to the buttonServices
ContextManager
Context manager used to set draw modeSince
2025.7.0
Constructors
-
wvc.HoopsDrawmodeButtonElement.constructor() - HoopsDrawmodeButtonElement():
HoopsDrawmodeButtonElementReturns:
HoopsDrawmodeButtonElement
Properties
-
wvc.HoopsDrawmodeButtonElement.dropDownPosition - dropDownPosition: (“top” | “left” | “right” | “bottom”)
Represents the position where the dropdown is located relative to the button. Possible values are “bottom”, “top”, “right”, or “left”. Default value is “right”.