All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.highcharts.PlotTilemapStatesHoverHaloAttributesOptions Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha2
Show newest version
package com.github.fluorumlabs.disconnect.highcharts;

import js.lang.Any;
import org.teavm.jso.JSProperty;

/**
 * (Highcharts, Highstock) A collection of SVG attributes to override the
 * appearance of the halo, for example fill, stroke and stroke-width.
 *
 * @see https://api.highcharts.com/highcharts/plotOptions.tilemap.states.hover.halo.attributes
 * @see https://api.highcharts.com/highstock/plotOptions.tilemap.states.hover.halo.attributes
 *
 */
public interface PlotTilemapStatesHoverHaloAttributesOptions extends Any {
  /**
   * @implspec zIndex?: number;
   *
   */
  @JSProperty("zIndex")
  double getZIndex();

  /**
   * @implspec zIndex?: number;
   *
   */
  @JSProperty("zIndex")
  void setZIndex(double value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy