Skip to main content

sdk.crdtgroupstructures

Home > @kittl/sdk > CrdtGroupStructures

CrdtGroupStructures type

Warning: This API is now obsolete.

  • only used while we migration v1 > v2

CRDT-enhanced group structure type that includes metadata for tree structure and array indices.

Signature:

export type CrdtGroupStructures = DesignStructureObject & {
[ROOT]?: string;
[PARENTS_MAP]?: Record<string, string>;
[ARRAY_INDICES]?: Record<string, string>;
};

References: ROOT, PARENTS_MAP, ARRAY_INDICES