Packages

class ExportingButtonsContextButton extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: exporting-buttons-contextButton

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportingButtonsContextButton
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExportingButtonsContextButton()

Value Members

  1. val align: UndefOr[String]

    Alignment for the buttons.

    Alignment for the buttons.

    Example:
    1. Center aligned

    Since

    2.0

  2. val enabled: UndefOr[Boolean]

    Whether to enable buttons.

    Whether to enable buttons.

    Since

    2.0

  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. val height: UndefOr[Double]

    Pixel height of the buttons.

    Pixel height of the buttons.

    Example:
    1. Bigger buttons

    Since

    2.0

  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. 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 an onclick 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

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

  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. 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 default exportIcon function is part of the exporting module.

    Since

    2.0

  10. val symbolFill: UndefOr[|[String, Object]]

    See navigation.buttonOptions => symbolFill.

    See navigation.buttonOptions => symbolFill.

    Since

    2.0

  11. val symbolSize: UndefOr[Double]

    The pixel size of the symbol on the button.

    The pixel size of the symbol on the button.

    Example:
    1. Bigger buttons

    Since

    2.0

  12. 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

  13. 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:
    1. Bigger buttons

    Since

    2.0

  14. 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:
    1. Bigger buttons

    Since

    2.0

  15. 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:
    1. Bigger buttons

    Since

    2.0

  16. 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

  17. 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 and fill. Tri-state button styles are supported by the states.hover and states.select objects.

    Since

    3.0

  18. def toLocaleString(): String
    Definition Classes
    Object
  19. def valueOf(): Any
    Definition Classes
    Object
  20. 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

  21. val width: UndefOr[Double]

    The pixel width of the button.

    The pixel width of the button.

    Example:
    1. Bigger buttons

    Since

    2.0

  22. 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

  23. 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