25 lines
591 B
Markdown
25 lines
591 B
Markdown
<!-- 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) > [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<Array<LabelUpdate>>
|
|
|