AthenaClient.views.wheelMenu ​
Functions ​
open ​
Usage
AthenaClient.views.wheelMenu.open(label
, options
, setMouseToCenter?
): Promise
<void
>
Open the wheel menu and inject various options to show. When a user clicks on an option it executes that option based on whatever events, callbacks, etc. are passed.
Static
Parameters ​
Name | Type | Default value |
---|---|---|
label | string | undefined |
options | IWheelOptionExt [] | undefined |
setMouseToCenter | boolean | false |
Returns ​
Promise
<void
>
Defined in ​
update ​
Usage
AthenaClient.views.wheelMenu.update(label
, options
, setMouseToCenter?
): void
Does not close the wheel menu but instead overwrites its current options.
Static
Parameters ​
Name | Type | Default value |
---|---|---|
label | string | undefined |
options | IWheelOptionExt [] | undefined |
setMouseToCenter? | boolean | false |
Returns ​
void