1
0
Fork 0
cautious-journey/docs/api/cautious-journey.gitlabremo...

23 lines
593 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [GitlabRemote](./cautious-journey.gitlabremote.md) &gt; [listLabels](./cautious-journey.gitlabremote.listlabels.md)
## GitlabRemote.listLabels() method
<b>Signature:</b>
```typescript
listLabels(options: ProjectQuery): Promise<Array<LabelUpdate>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | ProjectQuery | |
<b>Returns:</b>
Promise&lt;Array&lt;LabelUpdate&gt;&gt;