Skip to main content

Interface: SCVoteContextType

types/context.SCVoteContextType

Interface SCVoteContextType

Properties

isLoading

isLoading: boolean

Is loading the list of reactions?

Defined in

packages/react-core/src/types/context.ts:517


reactions

reactions: SCReactionType[]

List of all reactions

Defined in

packages/react-core/src/types/context.ts:512


refreshReactions

refreshReactions: () => Promise<SCReactionType[]>

Type declaration

▸ (): Promise<SCReactionType[]>

Refresh reactions

Returns

Promise<SCReactionType[]>

Defined in

packages/react-core/src/types/context.ts:522