Skip to content

Class: Participant

Defined in: particiapp-web-client.js:415

The Participant class represents data and settings specific to the current participant.

Constructors

new Participant()

new Participant(participant?): Participant

Defined in: particiapp-web-client.js:421

The constructor returns a newly created Participant object.

Parameters

participant?

APIParticipant = {}

The participant JSON object returned by the server.

Returns

Participant

Properties

notifications

notifications: Notifications;

Defined in: particiapp-web-client.js:424


statements

statements: Set<number>;

Defined in: particiapp-web-client.js:423


votes

votes: Set<number>;

Defined in: particiapp-web-client.js:422