The con class represents a "con" JSON CRDT node. As the generic type parameter, it takes the type of the raw value.
con
Example:
s.con(0);s.con('');s.con<number>(123);s.con<0 | 1>(0); Copy
s.con(0);s.con('');s.con<number>(123);s.con<0 | 1>(0);
Readonly
The
con
class represents a "con" JSON CRDT node. As the generic type parameter, it takes the type of the raw value.Example: