Skip to main content

openHelpHub(config?)

Open HelpHub.

Example

window.CommandBar.openHelpHub();

// Open to a specific article
window.CommandBar.openHelpHub({ articleId: 123 });

Method parameters

config

object

Configure how HelpHub should open.

PropertyTypeDescription
querystringInitial search query
articleIdnumberOpen HelpHub with an article pre-opened. You can determine the ID of an article by opening the article's source in the Content section of the Dashboard and clicking the ... for the specific article.