![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fluorumlabs.disconnect.highcharts.PlotTilemapStatesHoverHaloAttributesOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconnect-highcharts Show documentation
Show all versions of disconnect-highcharts Show documentation
Highcharts API bindings for Disconnect Zero
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