Feedback Aide API Methods
feedbackSessions()
Returns an array of all the currently used FeedbackSession instances.
You would want to call this method to retrieve all FeedbackSession instances that have been created in the current feedbackAideApp.
Examples
const feedbackSessions = await feedbackApp.feedbackSessions();
Arguments
None.
Return value
Type Promise
When the promise resolves, it will return an array of FeedbackSession instances.