json-joy
Preparing search index...
json-crdt
JsonCrdtOperationGroup
Interface JsonCrdtOperationGroup<T, Meta>
interface
JsonCrdtOperationGroup
<
T
extends
JsonCrdtOperation
=
JsonCrdtOperation
,
Meta
=
unknown
,
>
{
meta
?:
Meta
;
ops
:
T
[]
;
}
Type Parameters
T
extends
JsonCrdtOperation
=
JsonCrdtOperation
Meta
=
unknown
Implemented by
Patch
Index
Properties
meta?
ops
Properties
Optional
meta
meta
?:
Meta
Arbitrary metadata associated with the group, if any.
ops
ops
:
T
[]
The list of operations in the group.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
meta
ops
json-joy
Loading...
Arbitrary metadata associated with the group, if any.