Class: Conversation
Defined in: particiapp-web-client.js:431
The Conversation class represents the current conversation.
Constructors
new Conversation()
new Conversation(conversationID, conversation?): Conversation
Defined in: particiapp-web-client.js:438
The constructor returns a newly created Conversation object.
Parameters
conversationID
string
Conversation ID
conversation?
APIConversation
= {}
The conversation object returned by the server.
Returns
Properties
description
description: string;
Defined in: particiapp-web-client.js:456
A longer description of the conversation.
descriptionDocument
descriptionDocument: Document;
Defined in: particiapp-web-client.js:459
A longer description of the conversation as a Document.
id
id: string;
Defined in: particiapp-web-client.js:452
The identifier for the conversation.
isActive
isActive: boolean;
Defined in: particiapp-web-client.js:461
Whether the conversation is active.
notificationsAvailable
notificationsAvailable: boolean;
Defined in: particiapp-web-client.js:465
Whether email notitifcations are available.
resultsAvailable
resultsAvailable: boolean;
Defined in: particiapp-web-client.js:467
Whether voting results are available.
seedStatements
seedStatements: Map<any, any>;
Defined in: particiapp-web-client.js:469
The seed statemens of the conversation.
statementsAllowed
statementsAllowed: boolean;
Defined in: particiapp-web-client.js:463
Whether participants are allowed to submit statements.
topic
topic: string;
Defined in: particiapp-web-client.js:454
The topic of the conversation.