Function: applyChangeSet()

applyChangeSet(args: { changeSet: Pick<LixChangeSet, "id">; lix: Lix; }): Promise<void>

Applies a change set to the lix.

Parameters

ParameterType
args{ changeSet: Pick<LixChangeSet, "id">; lix: Lix; }
args.changeSetPick<LixChangeSet, "id">
args.lixLix

Returns

Promise<void>

ON THIS PAGE