class ExportingButtonsContextButton extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
exporting-buttons-contextButton
- Alphabetic
- By Inheritance
- ExportingButtonsContextButton
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ExportingButtonsContextButton()
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.
- Since
2.0
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.
- Since
2.0
-
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.
- Since
2.0
Example: -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
menuItems: UndefOr[Array[Object]]
A collection of config options for the menu items.
A collection of config options for the menu items. Each options object consists of a
text
option which is a string to show in the menu item, as well as anonclick
parameter which is a callback function to run on click.By default, there is the "Print" menu item plus one menu item for each of the available export types. Menu items can be customized by defining a new array of items and assigning
null
to unwanted positions (see override example below).- Since
2.0
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
onclick: UndefOr[Function]
A click handler callback to use on the button directly instead of the popup menu.
A click handler callback to use on the button directly instead of the popup menu.
- Since
2.0
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
symbol: UndefOr[String]
The symbol for the button.
The symbol for the button. Points to a definition function in the
Highcharts.Renderer.symbols
collection. The defaultexportIcon
function is part of the exporting module.- Since
2.0
Example: -
val
symbolFill: UndefOr[|[String, Object]]
See navigation.buttonOptions => symbolFill.
See navigation.buttonOptions => symbolFill.
- Since
2.0
-
val
symbolSize: UndefOr[Double]
The pixel size of the symbol on the button.
The pixel size of the symbol on the button.
- Since
2.0
Example: -
val
symbolStroke: UndefOr[|[String, Object]]
The color of the symbol's stroke or line.
The color of the symbol's stroke or line.
- Since
2.0
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.
- Since
2.0
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.
- Since
2.0
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.
- Since
2.0
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
3.0
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
3.0
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".
- Since
2.0
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.
- Since
2.0
Example: -
val
x: UndefOr[Double]
The horizontal position of the button relative to the
align
option.The horizontal position of the button relative to the
align
option.- Since
2.0
-
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
. .- Since
2.0
Example: