1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remote.get...

25 lines
591 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [Remote](./cautious-journey.remote.md) &gt; [getLabel](./cautious-journey.remote.getlabel.md)
## Remote.getLabel() method
Get details of a single label.
<b>Signature:</b>
```typescript
getLabel(options: LabelQuery): Promise<Array<LabelUpdate>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | LabelQuery | |
<b>Returns:</b>
Promise&lt;Array&lt;LabelUpdate&gt;&gt;