From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../-pace-options/-init-.html | 14 ++++++++ .../-pace-options/index.html | 39 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 api/pl.treksoft.kvision.pace/-pace-options/-init-.html create mode 100644 api/pl.treksoft.kvision.pace/-pace-options/index.html (limited to 'api/pl.treksoft.kvision.pace/-pace-options') diff --git a/api/pl.treksoft.kvision.pace/-pace-options/-init-.html b/api/pl.treksoft.kvision.pace/-pace-options/-init-.html new file mode 100644 index 00000000..4775faa0 --- /dev/null +++ b/api/pl.treksoft.kvision.pace/-pace-options/-init-.html @@ -0,0 +1,14 @@ + + + +PaceOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.pace / PaceOptions / <init>
+
+

<init>

+ +PaceOptions(ajax: PaceAjaxOptions? = null, catchupTime: Int? = null, easeFactor: Double? = null, elements: PaceElementsOptions? = null, eventLag: PaceEventLagOptions? = null, ghostTime: Int? = null, initialRate: Double? = null, maxProgressPerFrame: Int? = null, minTime: Int? = null, restartOnPushState: Boolean? = null, restartOnRequestAfter: Double? = null, startOnPageLoad: Boolean? = null, target: String? = null) + + diff --git a/api/pl.treksoft.kvision.pace/-pace-options/index.html b/api/pl.treksoft.kvision.pace/-pace-options/index.html new file mode 100644 index 00000000..94e0c2f2 --- /dev/null +++ b/api/pl.treksoft.kvision.pace/-pace-options/index.html @@ -0,0 +1,39 @@ + + + +PaceOptions - kvision + + + +kvision / pl.treksoft.kvision.pace / PaceOptions
+
+

PaceOptions

+class PaceOptions +

Constructors

+ + + + + + + +
+

<init>

+
+PaceOptions(ajax: PaceAjaxOptions? = null, catchupTime: Int? = null, easeFactor: Double? = null, elements: PaceElementsOptions? = null, eventLag: PaceEventLagOptions? = null, ghostTime: Int? = null, initialRate: Double? = null, maxProgressPerFrame: Int? = null, minTime: Int? = null, restartOnPushState: Boolean? = null, restartOnRequestAfter: Double? = null, startOnPageLoad: Boolean? = null, target: String? = null)
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit