aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.electron/-add-representation-options
diff options
context:
space:
mode:
Diffstat (limited to 'api1/pl.treksoft.kvision.electron/-add-representation-options')
-rw-r--r--api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-add-representation-options/height.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-add-representation-options/index.html67
-rw-r--r--api1/pl.treksoft.kvision.electron/-add-representation-options/scale-factor.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-add-representation-options/width.html14
6 files changed, 137 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html
new file mode 100644
index 00000000..12d3f6d6
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>AddRepresentationOptions.buffer - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">AddRepresentationOptions</a>&nbsp;/&nbsp;<a href="./buffer.html">buffer</a><br/>
+<br/>
+<h1>buffer</h1>
+<a name="pl.treksoft.kvision.electron.AddRepresentationOptions$buffer"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">buffer</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html
new file mode 100644
index 00000000..6d87b318
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>AddRepresentationOptions.dataURL - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">AddRepresentationOptions</a>&nbsp;/&nbsp;<a href="./data-u-r-l.html">dataURL</a><br/>
+<br/>
+<h1>dataURL</h1>
+<a name="pl.treksoft.kvision.electron.AddRepresentationOptions$dataURL"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">dataURL</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/height.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/height.html
new file mode 100644
index 00000000..1def87ba
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/height.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>AddRepresentationOptions.height - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">AddRepresentationOptions</a>&nbsp;/&nbsp;<a href="./height.html">height</a><br/>
+<br/>
+<h1>height</h1>
+<a name="pl.treksoft.kvision.electron.AddRepresentationOptions$height"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/index.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/index.html
new file mode 100644
index 00000000..a2182e84
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/index.html
@@ -0,0 +1,67 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>AddRepresentationOptions - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="./index.html">AddRepresentationOptions</a><br/>
+<br/>
+<h1>AddRepresentationOptions</h1>
+<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">AddRepresentationOptions</span></code>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="buffer.html">buffer</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">buffer</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="data-u-r-l.html">dataURL</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">dataURL</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="height.html">height</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="scale-factor.html">scaleFactor</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">scaleFactor</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="width.html">width</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">width</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Extension Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span>&nbsp;<span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code>
+<p>Helper function for creating JavaScript objects from dynamic constructors.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/scale-factor.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/scale-factor.html
new file mode 100644
index 00000000..6be00647
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/scale-factor.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>AddRepresentationOptions.scaleFactor - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">AddRepresentationOptions</a>&nbsp;/&nbsp;<a href="./scale-factor.html">scaleFactor</a><br/>
+<br/>
+<h1>scaleFactor</h1>
+<a name="pl.treksoft.kvision.electron.AddRepresentationOptions$scaleFactor"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">scaleFactor</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/width.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/width.html
new file mode 100644
index 00000000..fdc97e66
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/width.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>AddRepresentationOptions.width - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">AddRepresentationOptions</a>&nbsp;/&nbsp;<a href="./width.html">width</a><br/>
+<br/>
+<h1>width</h1>
+<a name="pl.treksoft.kvision.electron.AddRepresentationOptions$width"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">width</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>