From e992f3f13ec46cad15cc7d6982e64ffc7223eb9a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 10 Mar 2019 14:42:30 +0100 Subject: API documentation for KVision 0.0.29 --- .../-defaults/index.html | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart.js/-defaults/index.html (limited to 'api/pl.treksoft.kvision.chart.js/-defaults/index.html') diff --git a/api/pl.treksoft.kvision.chart.js/-defaults/index.html b/api/pl.treksoft.kvision.chart.js/-defaults/index.html new file mode 100644 index 00000000..981d35c6 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-defaults/index.html @@ -0,0 +1,53 @@ + + + +Defaults - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Defaults
+
+

Defaults

+external interface Defaults +

Properties

+ + + + + + + +
+

global

+
+abstract var global: ChartOptions
+

Extension Functions

+ + + + + + + + + + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+

get

+
+operator fun Defaults.get(key: String): Any?
+

set

+
+operator fun Defaults.set(key: String, value: Any): Unit
+ + -- cgit