@yorkie-js/sdk
Preparing search index...
yson
YSONValue
Type Alias YSONValue
YSONValue
:
|
string
|
number
|
boolean
|
null
|
yson
.
Text
|
yson
.
Tree
|
Int
|
Long
|
Date
|
BinData
|
yson
.
Counter
|
{
[
key
:
string
]:
YSONValue
}
|
YSONValue
[]
YSONValue
represents any valid YSON value.
Can be:
Primitives: string, number, boolean, null
Collections: arrays, objects
CRDT types: Text, Tree, Counter
Special types: Int, Long, Date, BinData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yorkie-js/sdk
Loading...
YSONValuerepresents any valid YSON value.Can be: