dataforge-meta
/
space.kscience.dataforge.meta
/
DynamicMeta
js
Dynamic
Meta
class
DynamicMeta
(obj: dynamic) :
TypedMeta
<
DynamicMeta
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
js
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Meta
Link copied to clipboard
js
open override fun
getMeta
(name:
Name
):
DynamicMeta
?
Content copied to clipboard
get
Value
Link copied to clipboard
js
open override fun
getValue
(name:
Name
):
Value
?
Content copied to clipboard
hash
Code
Link copied to clipboard
js
open override fun
hashCode
():
Int
Content copied to clipboard
to
Meta
Link copied to clipboard
js
open override fun
toMeta
():
Meta
Content copied to clipboard
to
String
Link copied to clipboard
js
open override fun
toString
():
String
Content copied to clipboard
Properties
items
Link copied to clipboard
js
open override val
items
:
Map
<
NameToken
,
DynamicMeta
>
Content copied to clipboard
value
Link copied to clipboard
js
open override val
value
:
Value
?
Content copied to clipboard