From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-credentials/-init-.html | 2 +- .../-credentials/index.html | 28 +++++++--------------- .../-credentials/password.html | 2 +- .../-credentials/username.html | 2 +- 4 files changed, 11 insertions(+), 23 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-credentials') diff --git a/api/pl.treksoft.kvision.remote/-credentials/-init-.html b/api/pl.treksoft.kvision.remote/-credentials/-init-.html index c80a8be6..6c4354eb 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/-init-.html +++ b/api/pl.treksoft.kvision.remote/-credentials/-init-.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.remote / Credentials / <init>

<init>

- +(js) Credentials(username: String? = null, password: String? = null)

Username and password credentials.

diff --git a/api/pl.treksoft.kvision.remote/-credentials/index.html b/api/pl.treksoft.kvision.remote/-credentials/index.html index 0f549ee5..cba9555c 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/index.html +++ b/api/pl.treksoft.kvision.remote/-credentials/index.html @@ -8,19 +8,19 @@ kvision / pl.treksoft.kvision.remote / Credentials

Credentials

-data class Credentials +(js) data class Credentials

Username and password credentials.

Constructors

+Credentials(username: String? = null, password: String? = null)
-

<init>

+(js) +

<init>

-Credentials(username: String? = null, password: String? = null)

Username and password credentials.

-
@@ -29,33 +29,21 @@ -

password

+(js) +

password

val password: String? -

username

+(js) +

username

val username: String? -

Extension Functions

- - - - - - - -
-

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

-
diff --git a/api/pl.treksoft.kvision.remote/-credentials/password.html b/api/pl.treksoft.kvision.remote/-credentials/password.html index 64b737c4..8ce91398 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/password.html +++ b/api/pl.treksoft.kvision.remote/-credentials/password.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.remote / Credentials / password

password

- +(js) val password: String? diff --git a/api/pl.treksoft.kvision.remote/-credentials/username.html b/api/pl.treksoft.kvision.remote/-credentials/username.html index e86f56dc..c8d30355 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/username.html +++ b/api/pl.treksoft.kvision.remote/-credentials/username.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.remote / Credentials / username

username

- +(js) val username: String? -- cgit