diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form/-k-files-form-control/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.form/-k-files-form-control/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html index 056d1394..ca7b451d 100644 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html @@ -97,6 +97,15 @@ <tbody> <tr> <td> +<p><a href="get-native-file.html">getNativeFile</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getNativeFile</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.KFilesFormControl$getNativeFile(pl.treksoft.kvision.types.KFile)/kFile">kFile</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.types/-k-file/index.html"><span class="identifier">KFile</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.files/-file/index.html"><span class="identifier">File</span></a><span class="symbol">?</span></code> +<p>Returns the native JavaScript File object.</p> +</td> +</tr> +<tr> +<td> <p><a href="get-value.html">getValue</a></p> </td> <td> |