class NavigationButtonOptions extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
navigation-buttonOptions
- Alphabetic
- By Inheritance
- NavigationButtonOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NavigationButtonOptions()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
align: UndefOr[String]
Alignment for the buttons.
Alignment for the buttons.
Example: -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
enabled: UndefOr[Boolean]
Whether to enable buttons.
Whether to enable buttons.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
height: UndefOr[Double]
Pixel height of the buttons.
Pixel height of the buttons.
Example: -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
symbolFill: UndefOr[|[String, Object]]
Fill color for the symbol within the button.
Fill color for the symbol within the button.
-
val
symbolSize: UndefOr[Double]
The pixel size of the symbol on the button.
The pixel size of the symbol on the button.
Example: -
val
symbolStroke: UndefOr[|[String, Object]]
The color of the symbol's stroke or line.
The color of the symbol's stroke or line.
Example: -
val
symbolStrokeWidth: UndefOr[Double]
The pixel stroke width of the symbol on the button.
The pixel stroke width of the symbol on the button.
Example: -
val
symbolX: UndefOr[Double]
The x position of the center of the symbol inside the button.
The x position of the center of the symbol inside the button.
Example: -
val
symbolY: UndefOr[Double]
The y position of the center of the symbol inside the button.
The y position of the center of the symbol inside the button.
Example: -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
text: UndefOr[String]
A text string to add to the individual button.
A text string to add to the individual button.
- Since
1.3
Example: -
val
theme: UndefOr[Object]
A configuration object for the button theme.
A configuration object for the button theme. The object accepts SVG properties like
stroke-width
,stroke
andfill
. Tri-state button styles are supported by thestates.hover
andstates.select
objects.- Since
1.3
Example: -
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
verticalAlign: UndefOr[String]
The vertical alignment of the buttons.
The vertical alignment of the buttons. Can be one of "top", "middle" or "bottom".
Example: -
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
width: UndefOr[Double]
The pixel width of the button.
The pixel width of the button.
Example: -
val
y: UndefOr[Double]
The vertical offset of the button's position relative to its
verticalAlign
.The vertical offset of the button's position relative to its
verticalAlign
. .Example: