23 lines
714 B
Markdown
23 lines
714 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [ChangeSet](./cautious-journey.changeset.md)
|
||
|
|
||
|
## ChangeSet interface
|
||
|
|
||
|
A set of labels to add and/or remove.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ChangeSet
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [adds](./cautious-journey.changeset.adds.md) | Array<LabelRef> | |
|
||
|
| [removes](./cautious-journey.changeset.removes.md) | Array<LabelRef> | |
|
||
|
| [requires](./cautious-journey.changeset.requires.md) | Array<LabelRef> | Required labels for this state change to occur. |
|
||
|
|