From eeb8fdf8f890daeed907a6d0591ea6fae8421860 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 6 Mar 2019 13:53:58 +0100 Subject: API documentation for KVision 0.0.28 --- .../change.html | 14 +++++ .../index.html | 67 ++++++++++++++++++++++ .../mode.html | 14 +++++ .../segment-style.html | 14 +++++ .../segments.html | 14 +++++ .../selected-index.html | 14 +++++ 6 files changed, 137 insertions(+) create mode 100644 api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/change.html create mode 100644 api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/index.html create mode 100644 api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/mode.html create mode 100644 api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segment-style.html create mode 100644 api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segments.html create mode 100644 api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/selected-index.html (limited to 'api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options') diff --git a/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/change.html b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/change.html new file mode 100644 index 00000000..c9c540a1 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/change.html @@ -0,0 +1,14 @@ + + + +TouchBarSegmentedControlConstructorOptions.change - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarSegmentedControlConstructorOptions / change
+
+

change

+ +abstract var change: (selectedIndex: Number, isSelected: Boolean) -> Unit + + diff --git a/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/index.html b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/index.html new file mode 100644 index 00000000..1e19727a --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/index.html @@ -0,0 +1,67 @@ + + + +TouchBarSegmentedControlConstructorOptions - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarSegmentedControlConstructorOptions
+
+

TouchBarSegmentedControlConstructorOptions

+external interface TouchBarSegmentedControlConstructorOptions +

Properties

+ + + + + + + + + + + + + + + + + + + + + + + +
+

change

+
+abstract var change: (selectedIndex: Number, isSelected: Boolean) -> Unit
+

mode

+
+open var mode: dynamic
+

segmentStyle

+
+open var segmentStyle: dynamic
+

segments

+
+abstract var segments: Array<SegmentedControlSegment>
+

selectedIndex

+
+open var selectedIndex: Number?
+

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/-touch-bar-segmented-control-constructor-options/mode.html b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/mode.html new file mode 100644 index 00000000..58ef327e --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/mode.html @@ -0,0 +1,14 @@ + + + +TouchBarSegmentedControlConstructorOptions.mode - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarSegmentedControlConstructorOptions / mode
+
+

mode

+ +open var mode: dynamic + + diff --git a/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segment-style.html b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segment-style.html new file mode 100644 index 00000000..a515bc53 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segment-style.html @@ -0,0 +1,14 @@ + + + +TouchBarSegmentedControlConstructorOptions.segmentStyle - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarSegmentedControlConstructorOptions / segmentStyle
+
+

segmentStyle

+ +open var segmentStyle: dynamic + + diff --git a/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segments.html b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segments.html new file mode 100644 index 00000000..5566ae7b --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/segments.html @@ -0,0 +1,14 @@ + + + +TouchBarSegmentedControlConstructorOptions.segments - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarSegmentedControlConstructorOptions / segments
+
+

segments

+ +abstract var segments: Array<SegmentedControlSegment> + + diff --git a/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/selected-index.html b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/selected-index.html new file mode 100644 index 00000000..5b07ef35 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-touch-bar-segmented-control-constructor-options/selected-index.html @@ -0,0 +1,14 @@ + + + +TouchBarSegmentedControlConstructorOptions.selectedIndex - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarSegmentedControlConstructorOptions / selectedIndex
+
+

selectedIndex

+ +open var selectedIndex: Number? + + -- cgit