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