json-joy
    Preparing search index...

    Class ConNode<View>

    Represents the con type of the JSON CRDT specification.

    Constant type represents an immutable JSON value. It can be any JSON/CBOR value including deeply nested objects and arrays, Uint8Array binary data, or it can store a logical timestamp. The constant value cannot be edited.

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    ID of the CRDT node.

    val: View

    Raw value of the constant. It can be any JSON/CBOR value, or a logical timestamp Timestamp.

    Methods