json-joy
    Preparing search index...

    Type Alias CompactCodecNewConOperation

    CompactCodecNewConOperation: [
        op: JsonCrdtPatchOpcode.new_con,
        value?: unknown
        | undefined
        | CompactCodecTimestamp,
        timestamp?: boolean,
    ]

    Operations which creates a new "con" Constant data type. Constant CRDT data types are immutable and cannot be changed after creation.