diff options
Diffstat (limited to 'api/pl.treksoft.kvision.electron/-common-interface/index.html')
| -rw-r--r-- | api/pl.treksoft.kvision.electron/-common-interface/index.html | 41 |
1 files changed, 17 insertions, 24 deletions
diff --git a/api/pl.treksoft.kvision.electron/-common-interface/index.html b/api/pl.treksoft.kvision.electron/-common-interface/index.html index 776cf8bd..6fd64e10 100644 --- a/api/pl.treksoft.kvision.electron/-common-interface/index.html +++ b/api/pl.treksoft.kvision.electron/-common-interface/index.html @@ -8,77 +8,70 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="./index.html">CommonInterface</a><br/> <br/> <h1>CommonInterface</h1> -<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">CommonInterface</span></code> +(js) <code><span class="keyword">interface </span><span class="identifier">CommonInterface</span></code> <h3>Properties</h3> <table> <tbody> <tr> <td> -<p><a href="clipboard.html">clipboard</a></p> +(js) +<h4><a href="clipboard.html">clipboard</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">clipboard</span><span class="symbol">: </span><a href="../-clipboard/index.html"><span class="identifier">Clipboard</span></a></code></td> </tr> <tr> <td> -<p><a href="crash-reporter.html">crashReporter</a></p> +(js) +<h4><a href="crash-reporter.html">crashReporter</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">crashReporter</span><span class="symbol">: </span><a href="../-crash-reporter/index.html"><span class="identifier">CrashReporter</span></a></code></td> </tr> <tr> <td> -<p><a href="native-image.html">nativeImage</a></p> +(js) +<h4><a href="native-image.html">nativeImage</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">nativeImage</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="screen.html">screen</a></p> +(js) +<h4><a href="screen.html">screen</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">screen</span><span class="symbol">: </span><a href="../-screen/index.html"><span class="identifier">Screen</span></a></code></td> </tr> <tr> <td> -<p><a href="shell.html">shell</a></p> +(js) +<h4><a href="shell.html">shell</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">shell</span><span class="symbol">: </span><a href="../-shell/index.html"><span class="identifier">Shell</span></a></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"><</span><span class="identifier">T</span><span class="symbol">></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> <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> <h3>Inheritors</h3> <table> <tbody> <tr> <td> -<p><a href="../-main-interface/index.html">MainInterface</a></p> +(js) +<h4><a href="../-main-interface/index.html">MainInterface</a></h4> </td> <td> -<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">MainInterface</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">CommonInterface</span></a></code></td> +<code><span class="keyword">interface </span><span class="identifier">MainInterface</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">CommonInterface</span></a></code></td> </tr> <tr> <td> -<p><a href="../-renderer-interface/index.html">RendererInterface</a></p> +(js) +<h4><a href="../-renderer-interface/index.html">RendererInterface</a></h4> </td> <td> -<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">RendererInterface</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">CommonInterface</span></a></code></td> +<code><span class="keyword">interface </span><span class="identifier">RendererInterface</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">CommonInterface</span></a></code></td> </tr> </tbody> </table> |
