Type Alias JsonChange

JsonChange: {
    deps: JsonOpID[];
    id: JsonOpID;
    lamport: number;
    msg: string | null;
    ops: JsonOp[];
    timestamp: number;
}

Type declaration

  • deps: JsonOpID[]
  • id: JsonOpID
  • lamport: number
  • msg: string | null
  • ops: JsonOp[]
  • timestamp: number

    The timestamp in seconds.

    Unix time It is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970.