createLabel(
args
):Promise
<{id
:LixGenerated
<string
>;name
:string
; }>
Creates a label that can be attached to change sets.
Labels help categorise change sets, for example "checkpoint" or "reviewed". They are simple name identifiers stored per version.
LixGenerated
<string
>
Pick
<Lix
, "db"
>
string
string
Promise
<{ id
: LixGenerated
<string
>; name
: string
; }>