MobX GitHub
Preparing search index...
ContributorModel
Class ContributorModel
Hierarchy
{}
&
ListModel
<
{}
,
ContributorFilter
,
this
>
ContributorModel
Index
Constructors
constructor
Properties
client
owner
repository
Methods
open
Stream
Constructors
constructor
new
ContributorModel
(
owner
:
string
,
repository
:
string
)
:
ContributorModel
Parameters
owner
:
string
repository
:
string
Returns
ContributorModel
Properties
client
client
:
HTTPClient
<
Context
>
= githubClient
owner
owner
:
string
repository
repository
:
string
Methods
open
Stream
openStream
(
filter
:
ContributorFilter
)
:
AsyncGenerator
<
{}
,
void
,
unknown
>
Parameters
filter
:
ContributorFilter
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...