applyChangeSet(
args
: {changeSet
:Pick
<LixChangeSet
,"id"
>;lix
:Lix
; }):Promise
<void
>
Applies a change set to the lix.
Parameter | Type |
---|---|
args | { changeSet : Pick <LixChangeSet , "id" >; lix : Lix ; } |
args.changeSet | Pick <LixChangeSet , "id" > |
args.lix | Lix |
Promise
<void
>