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

com.github.fluorumlabs.disconnect.highcharts.TimeTicksObject 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.JSBody;
import org.teavm.jso.JSProperty;

/**
 * Time ticks.
 *
 */
public interface TimeTicksObject extends Any {
  @JSBody(script = "return this")
  double[] asArray();

  /**
   * @implspec info: TimeTicksInfoObject;
   *
   */
  @JSProperty("info")
  TimeTicksInfoObject getInfo();

  /**
   * @implspec info: TimeTicksInfoObject;
   *
   */
  @JSProperty("info")
  void setInfo(TimeTicksInfoObject value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy