Preparing search index...
The search index is not available
flowie.app
flowie.app
PullRequest
Interface PullRequest
interface
PullRequest
{
author
:
User
;
description
:
string
;
destination
:
PullRequestDestination
;
id
:
number
;
source
:
PullRequestSource
;
state
:
|
"MERGED"
|
"SUPERSEDED"
|
"OPEN"
|
"DECLINED"
;
taskCount
:
number
;
title
:
string
;
get
labels
():
LabelRefCollection
;
}
Index
Properties
author
description
destination
id
source
state
task
Count
title
Accessors
labels
Properties
Readonly
author
author
:
User
Readonly
description
description
:
string
Readonly
destination
destination
:
PullRequestDestination
Readonly
id
id
:
number
Readonly
source
source
:
PullRequestSource
Readonly
state
state
:
|
"MERGED"
|
"SUPERSEDED"
|
"OPEN"
|
"DECLINED"
Readonly
task
Count
task
Count
:
number
Readonly
title
title
:
string
Accessors
labels
get
labels
(
)
:
LabelRefCollection
Returns
LabelRefCollection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
author
description
destination
id
source
state
task
Count
title
labels
flowie.app
Loading...