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

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

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

import javax.annotation.Nullable;
import js.lang.Any;
import org.teavm.jso.JSProperty;

/**
 * (Highcharts, Highmaps) Style options for the guide box. The guide box has one
 * state by default, the default state.
 *
 * @see https://api.highcharts.com/highcharts/plotOptions.tilemap.dragDrop.guideBox
 * @see https://api.highcharts.com/highmaps/plotOptions.tilemap.dragDrop.guideBox
 *
 */
public interface PlotTilemapDragDropGuideBoxOptions extends Any {
  /**
   * (Highcharts, Highmaps) Style options for the guide box default state.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.tilemap.dragDrop.guideBox.default
   * @see https://api.highcharts.com/highmaps/plotOptions.tilemap.dragDrop.guideBox.default
   *
   * @implspec default?: PlotTilemapDragDropGuideBoxDefaultOptions;
   *
   */
  @JSProperty("default")
  @Nullable
  PlotTilemapDragDropGuideBoxDefaultOptions getDefault();

  /**
   * (Highcharts, Highmaps) Style options for the guide box default state.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.tilemap.dragDrop.guideBox.default
   * @see https://api.highcharts.com/highmaps/plotOptions.tilemap.dragDrop.guideBox.default
   *
   * @implspec default?: PlotTilemapDragDropGuideBoxDefaultOptions;
   *
   */
  @JSProperty("default")
  void setDefault(PlotTilemapDragDropGuideBoxDefaultOptions value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy