showWikiPage
Displays a wiki page in the right sidebar.
Parameters
Example Usages
app.showWikiPage("function_setVisibility", true);app.showWikiPage("appConfigManual_address", false);
app.showWikiPage("appConfigManual_address"); //2. parameter is false by default, so both lines give the same resultReturn Values
Last updated