blob: 180cddd7932d10a3978ffe74feac70649c3215d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>WebContents.getZoomLevel - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">WebContents</a> / <a href="./get-zoom-level.html">getZoomLevel</a><br/>
<br/>
<h1>getZoomLevel</h1>
<a name="pl.treksoft.kvision.electron.WebContents$getZoomLevel(kotlin.Function1((kotlin.Number, kotlin.Unit)))"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getZoomLevel</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.WebContents$getZoomLevel(kotlin.Function1((kotlin.Number, kotlin.Unit)))/callback">callback</span><span class="symbol">:</span> <span class="symbol">(</span><span class="identifier">zoomLevel</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> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
</BODY>
</HTML>
|