From 0025b1af165fd333afb27efee1d745d1e4e42770 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sun, 3 Nov 2019 02:01:27 +0100
Subject: API Documentation for KVision 2.1.0
---
api/alltypes/index.html | 7 ++
api/index-outline.html | 56 ++++++++++-
.../-configuration/-init-.html | 4 +-
.../-configuration/index.html | 9 +-
.../-configuration/plugins.html | 14 +++
api/pl.treksoft.kvision.rest/-response/-init-.html | 15 +++
api/pl.treksoft.kvision.rest/-response/data.html | 14 +++
api/pl.treksoft.kvision.rest/-response/index.html | 68 ++++++++++++++
.../-response/jq-x-h-r.html | 14 +++
.../-response/text-status.html | 14 +++
.../-rest-client/index.html | 28 ++++++
.../-rest-client/remote-request.html | 88 +++++++++++++++++
.../-rest-client/request.html | 104 +++++++++++++++++++++
api/pl.treksoft.kvision.rest/index.html | 9 ++
14 files changed, 439 insertions(+), 5 deletions(-)
create mode 100644 api/pl.treksoft.kvision.chart/-configuration/plugins.html
create mode 100644 api/pl.treksoft.kvision.rest/-response/-init-.html
create mode 100644 api/pl.treksoft.kvision.rest/-response/data.html
create mode 100644 api/pl.treksoft.kvision.rest/-response/index.html
create mode 100644 api/pl.treksoft.kvision.rest/-response/jq-x-h-r.html
create mode 100644 api/pl.treksoft.kvision.rest/-response/text-status.html
create mode 100644 api/pl.treksoft.kvision.rest/-rest-client/remote-request.html
create mode 100644 api/pl.treksoft.kvision.rest/-rest-client/request.html
diff --git a/api/alltypes/index.html b/api/alltypes/index.html
index 929c6577..834cfd51 100644
--- a/api/alltypes/index.html
+++ b/api/alltypes/index.html
@@ -3095,6 +3095,13 @@ performance is O(1) and for cache eviction, it is O(1).
+pl.treksoft.kvision.rest.Response |
+
+ A response wrapper
+ |
+
+
+
pl.treksoft.kvision.electron.ResponseHeaders |
|
diff --git a/api/index-outline.html b/api/index-outline.html
index ccff4194..c088fab7 100644
--- a/api/index-outline.html
+++ b/api/index-outline.html
@@ -3380,10 +3380,11 @@
-Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: ChartOptions? = null)
+Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: ChartOptions? = null, plugins: List<dynamic>? = null)
val dataSets: List<DataSets>
val labels: List<String>?
val options: ChartOptions?
+val plugins: List<dynamic>?
val type: ChartType