Description

A class representing query to retrieve the list of voters for each poll options.

Hierarchy

  • default
    • PollVoterListQuery

Properties

channelType: ChannelType

Description

A channel type.

channelUrl: string

Description

A channel URL.

limit: number = DEFAULT_LIST_QUERY_LIMIT

Description

The maximum number of data per queried page.

pollId: number

Description

A unique identifier for the poll which contains this poll option.

pollOptionId: number

Description

A unique identifier for this poll option.

Accessors

  • get hasNext(): boolean
  • Returns boolean

    Description

    Whether there is a next page.

  • get isLoading(): boolean
  • Returns boolean

    Description

    Whether the current query is in communication progress with server.

Methods

  • Returns Promise<User[]>

    Description

    Gets poll voter Users for pollId and pollOptionId.

Generated using TypeDoc