Module: help-button

Represents the help button component.

Source:

Example

<HelpButton :name="name" :options="options" :titleToShow="titleToShow" />

Methods

(async, method) onClick() → {Promise.<void>}

Handles the click event for the help button.

Source:
Returns:
Type
Promise.<void>