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 --- .../-jump-list-item/args.html | 2 +- .../-jump-list-item/description.html | 2 +- .../-jump-list-item/icon-index.html | 2 +- .../-jump-list-item/icon-path.html | 2 +- .../-jump-list-item/index.html | 40 +++++++++------------- .../-jump-list-item/path.html | 2 +- .../-jump-list-item/program.html | 2 +- .../-jump-list-item/title.html | 2 +- .../-jump-list-item/type.html | 2 +- 9 files changed, 25 insertions(+), 31 deletions(-) (limited to 'api/pl.treksoft.kvision.electron/-jump-list-item') diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/args.html b/api/pl.treksoft.kvision.electron/-jump-list-item/args.html index 8992fc3c..f790a77a 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/args.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/args.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / args

args

- +(js) open var args: String? diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/description.html b/api/pl.treksoft.kvision.electron/-jump-list-item/description.html index 68c79c89..727d4f1b 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/description.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/description.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / description

description

- +(js) open var description: String? diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/icon-index.html b/api/pl.treksoft.kvision.electron/-jump-list-item/icon-index.html index 8518eb24..1f001603 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/icon-index.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/icon-index.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / iconIndex

iconIndex

- +(js) open var iconIndex: Number? diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/icon-path.html b/api/pl.treksoft.kvision.electron/-jump-list-item/icon-path.html index 097b3bca..15019e28 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/icon-path.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/icon-path.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / iconPath

iconPath

- +(js) open var iconPath: String? diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/index.html b/api/pl.treksoft.kvision.electron/-jump-list-item/index.html index 4667e08a..c712d4fc 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/index.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/index.html @@ -8,81 +8,75 @@ kvision / pl.treksoft.kvision.electron / JumpListItem

JumpListItem

-external interface JumpListItem +(js) interface JumpListItem

Properties

-

args

+(js) +

args

open var args: String?
-

description

+(js) +

description

open var description: String?
-

iconIndex

+(js) +

iconIndex

open var iconIndex: Number?
-

iconPath

+(js) +

iconPath

open var iconPath: String?
-

path

+(js) +

path

open var path: String?
-

program

+(js) +

program

open var program: String?
-

title

+(js) +

title

open var title: String?
-

type

+(js) +

type

open var type: dynamic
-

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.electron/-jump-list-item/path.html b/api/pl.treksoft.kvision.electron/-jump-list-item/path.html index defb5cb4..e2d6d15a 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/path.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/path.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / path

path

- +(js) open var path: String? diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/program.html b/api/pl.treksoft.kvision.electron/-jump-list-item/program.html index 7a862bc4..d1b2b3c0 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/program.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/program.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / program

program

- +(js) open var program: String? diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/title.html b/api/pl.treksoft.kvision.electron/-jump-list-item/title.html index d754dfca..8fb311cf 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/title.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/title.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / title

title

- +(js) open var title: String? diff --git a/api/pl.treksoft.kvision.electron/-jump-list-item/type.html b/api/pl.treksoft.kvision.electron/-jump-list-item/type.html index e0efeeb8..9d7d9e5a 100644 --- a/api/pl.treksoft.kvision.electron/-jump-list-item/type.html +++ b/api/pl.treksoft.kvision.electron/-jump-list-item/type.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / JumpListItem / type

type

- +(js) open var type: dynamic -- cgit