From 107481f9ad5783daed68de8dadea65be57a6266b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 14:21:24 +0100 Subject: Site initial commit --- docs/api/pl.treksoft.kvision.utils/index.html | 160 -------------------------- 1 file changed, 160 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.utils/index.html (limited to 'docs/api/pl.treksoft.kvision.utils/index.html') diff --git a/docs/api/pl.treksoft.kvision.utils/index.html b/docs/api/pl.treksoft.kvision.utils/index.html deleted file mode 100644 index a6a67bc3..00000000 --- a/docs/api/pl.treksoft.kvision.utils/index.html +++ /dev/null @@ -1,160 +0,0 @@ - - - -pl.treksoft.kvision.utils - kvision - - - -kvision / pl.treksoft.kvision.utils
-
-

Package pl.treksoft.kvision.utils

-

Interfaces and helper functions for Snabbdom virtual dom implementation and a few useful extension functions.

-

Types

- - - - - - - - - - - -
-

KvEvent

-
-class KvEvent : CustomEvent -

Helper class for defining custom events.

-
-

Object

-
-external class Object -

JavaScript Object type

-
-

Extensions for External Classes

- - - - - - - - - - - - - - - - - - - -
-

kotlin.Int

-
-
-

kotlin.Pair

-
-
-

kotlin.String

-
-
-

kotlin.js.Date

-
-
-

Properties

- - - - - - - - - - - - - - - -
-

ENTER_KEY

-
-const val ENTER_KEY: Int -

Keycode of the ENTER key.

-
-

ESC_KEY

-
-const val ESC_KEY: Int -

Keycode of the ESC key.

-
-

auto

-
-val auto: CssSize -

Helper property to describe CSS auto value.

-
-

Functions

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

obj

-
-fun obj(init: dynamic.() -> Unit): dynamic -

Helper function for creating JavaScript objects.

-
-

snAttrs

-
-fun snAttrs(pairs: List<StringPair>): Attrs -

Helper function for creating attributes parameters for Snabbdom.

-
-

snClasses

-
-fun snClasses(pairs: List<StringBoolPair>): Classes -

Helper function for creating classes parameters for Snabbdom.

-
-

snOpt

-
-fun snOpt(block: VNodeData.() -> Unit): VNodeData -

Helper function for creating object parameters for Snabbdom.

-
-

snProps

-
-fun snProps(pairs: List<StringPair>): Props -

Helper function for creating properties parameters for Snabbdom.

-
-

snStyle

-
-fun snStyle(pairs: List<StringPair>): VNodeStyle -

Helper function for creating style parameters for Snabbdom.

-
- - -- cgit