@yorkie-js/sdk
    Preparing search index...

    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