show property
Optional, defaults to true. Set false if you don't want the HTML panel to be shown after
createHtmlPanel is called. You can change the visibility of the HTML panels by
calling .hide() or .show() on the HtmlPanel instance returned by createHtmlPanel's promise.
Implementation
external bool? show;