Skip to main content

showDiscussion

Parameters

show - open(true = default) or closes(false) the discussion sidebar. You don't have to worry if it is opend or closed before, but show will also refresh an open discussion.

Example Usages

   brixxApi.showDiscussion(); //open the sidebar
   brixxApi.showDiscussion(true); //open the sidebar
   brixxApi.showDiscussion(false); //closes the sidebar