Search
Preparing search index...
The search index is not available
@daostack/arc.js - v0.2.87
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CompetitionVote
Class CompetitionVote
Hierarchy
CompetitionVote
Implements
IStateful
<
ICompetitionVoteState
>
Index
Constructors
constructor
Properties
context
id
static
State
Methods
set
Static
State
state
item
Map
search
Object literals
fragments
Constructors
constructor
new
Competition
Vote
(
idOrOpts
:
string
|
ICompetitionVoteState
, context
:
Arc
)
:
CompetitionVote
Parameters
idOrOpts:
string
|
ICompetitionVoteState
context:
Arc
Returns
CompetitionVote
Properties
context
context
:
Arc
Optional
id
id
:
undefined
|
string
Optional
static
State
static
State
:
ICompetitionVoteState
Methods
set
Static
State
set
Static
State
(
opts
:
ICompetitionVoteState
)
:
void
Parameters
opts:
ICompetitionVoteState
Returns
void
state
state
(
apolloQueryOptions
?:
IApolloQueryOptions
)
:
Observable
<
ICompetitionVoteState
>
Parameters
Default value
apolloQueryOptions:
IApolloQueryOptions
= {}
Returns
Observable
<
ICompetitionVoteState
>
Static
item
Map
item
Map
(
item
:
any
)
:
object
Parameters
item:
any
Returns
object
created
At
:
Date
id
:
any
proposal
:
any
reputation
:
any
suggestion
:
any
voter
:
any
Static
search
search
(
context
:
Arc
, options
?:
ICompetitionVoteQueryOptions
, apolloQueryOptions
?:
IApolloQueryOptions
)
:
Observable
<
CompetitionVote
[]
>
Parameters
context:
Arc
Default value
options:
ICompetitionVoteQueryOptions
= {}
Default value
apolloQueryOptions:
IApolloQueryOptions
= {}
Returns
Observable
<
CompetitionVote
[]
>
Object literals
Static
fragments
fragments
:
object
Competition
Vote
Fields
Competition
Vote
Fields
:
DocumentNode
= gql`fragment CompetitionVoteFields on CompetitionVote {idcreatedAtreputationvoterproposal { id }suggestion { id }}`
Globals
Competition
Vote
constructor
context
id
static
State
set
Static
State
state
item
Map
search
fragments
Generated using
TypeDoc