Represents the help dialog component.
- Source:
Example
<HelpDialog />
Methods
(function) data()
Method data
- Source:
(method) closeDialog()
Closes the dialog.
- Source:
(method) saveHelp(help) → {Promise}
Saves the help information.
Parameters:
Name | Type | Description |
---|---|---|
help |
Object | The help information to be saved. |
- Source:
Returns:
- A promise that resolves when the help information is saved successfully.
- Type
- Promise
(function) mounted()
Method mounted
- Source:
(watcher) edit()
Method edit
- Source: