blob: ebe2306f6a427a8aeb7b3fe5184b208ea2dd5a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>FileSystemSync - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="./index.html">FileSystemSync</a><br/>
<br/>
<h1>FileSystemSync</h1>
(js) <code><span class="keyword">interface </span><span class="identifier">FileSystemSync</span></code>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="name.html">name</a></h4>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">name</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
</tr>
<tr>
<td>
(js)
<h4><a href="root.html">root</a></h4>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">root</span><span class="symbol">: </span><a href="../-directory-entry-sync/index.html"><span class="identifier">DirectoryEntrySync</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|