blob: 69ec71712260a2f2ae21c792f4f6c18b47ada0b0 (
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
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Object - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="./index.html">Object</a><br/>
<br/>
<h1>Object</h1>
<code><span class="keyword">external</span> <span class="keyword">class </span><span class="identifier">Object</span></code>
<p>JavaScript Object type</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-init-.html"><init></a></p>
</td>
<td>
<code><span class="identifier">Object</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>JavaScript Object type</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|