MobX GitHub
Preparing search index...
PullRequestModel
Class PullRequestModel
Hierarchy
{}
&
ListModel
<
{}
,
PullRequestFilter
,
this
>
PullRequestModel
Index
Constructors
constructor
Properties
client
owner
repository
Methods
open
Stream
Constructors
constructor
new
PullRequestModel
(
owner
:
string
,
repository
:
string
)
:
PullRequestModel
Parameters
owner
:
string
repository
:
string
Returns
PullRequestModel
Properties
client
client
:
HTTPClient
<
Context
>
= githubClient
owner
owner
:
string
repository
repository
:
string
Methods
open
Stream
openStream
(
filter
:
PullRequestFilter
)
:
AsyncGenerator
<
{}
,
void
,
unknown
>
Parameters
filter
:
PullRequestFilter
Returns
AsyncGenerator
<
{}
,
void
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
owner
repository
Methods
open
Stream
MobX GitHub
Loading...