2020-08-12 01:39:53 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [listLabels](./cautious-journey.remote.listlabels.md)
|
|
|
|
|
|
|
|
## Remote.listLabels() method
|
|
|
|
|
|
|
|
List all labels.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-12 23:21:35 +00:00
|
|
|
listLabels(options: ProjectQuery): Promise<Array<LabelUpdate>>;
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|
2020-08-12 23:21:35 +00:00
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| options | ProjectQuery | |
|
|
|
|
|
2020-08-12 01:39:53 +00:00
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<Array<LabelUpdate>>
|
|
|
|
|