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-drawmode

Attributes

dropDownPosition

Dropdown placement relative to the button

Services

ContextManager

Context manager used to set draw mode

Since

2025.7.0

Index

Constructors

Properties

Constructors

wvc.HoopsDrawmodeButtonElement.constructor()
HoopsDrawmodeButtonElement(): HoopsDrawmodeButtonElement

Returns: 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”.