Home > cautious-journey > ChangeSet
ChangeSet interface
A set of labels to add and/or remove.
Signature:
export interface ChangeSet
Properties
Property |
Type |
Description |
adds |
Array<LabelRef> |
|
removes |
Array<LabelRef> |
|
requires |
Array<LabelRef> |
Required labels for this state change to occur. |