@JsType(isNative=true, namespace="<global>", name="Object") public class ToggleButtonViewModelOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
toggled
A boolean indicating whether the button should be initially toggled.
|
String |
tooltip
A string containing the button's tooltip.
|
Constructor and Description |
---|
ToggleButtonViewModelOptions() |
@JsProperty public boolean toggled
@JsProperty public String tooltip
Copyright © 2019. All rights reserved.