@daostack/client › Globals › IStateful
Interface: IStateful <T>
Type parameters
▪ T
Hierarchy
- IStateful
Implemented by
- CompetitionScheme
- DAO
- Event
- Member
- Proposal
- Queue
- Reputation
- Reward
- Scheme
- SchemeBase
- Stake
- Tag
- Token
- Vote
Index
Properties
Properties
state
• state: function
Defined in types.ts:11
Type declaration:
▸ (apolloQueryOptions
: IApolloQueryOptions): Observable‹T›
Parameters:
Name | Type |
---|---|
apolloQueryOptions |
IApolloQueryOptions |