Represents the help button component.
- Source:
Example
<HelpButton :name="name" :titleToShow="titleToShow" />
Methods
(async, method) onClick() → {Promise.<void>}
Handles the click event for the help button.
- Source:
Returns:
- Type
- Promise.<void>