openHelpHub(config?)
Open HelpHub.
Example
window.CommandBar.openHelpHub();
Open with a specific article
window.CommandBar.openHelpHub({ articleId: 123 });
Method parameters
config
object
Configure how HelpHub should open.
Property | Type | Description |
---|---|---|
query | string | Initial search query |
articleId | number | Open 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. |