25 lines
576 B
Markdown
25 lines
576 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [labelName](./cautious-journey.githubremote.labelname.md)
|
||
|
|
||
|
## GithubRemote.labelName() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
labelName(label: string | {
|
||
|
name?: string;
|
||
|
}): string;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| label | string \| { name?: string; } | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
string
|
||
|
|