$assistance
Updated on Aug 19, 2025 2 minutes to readThe Assistance Plugin provides convenient methods for checking the availability of support, documentation, and feedback, as well as opening the corresponding interfaces.
Methods
| Method | Description |
|---|---|
| hasDocumentation | Checks whether documentation is available. |
| hasFeedback | Checks whether feedback is available. |
| hasSupport | Checks whether support is available. |
| openDocumentation | Opens the documentation interface. |
| openFeedback | Opens the feedback interface. |
| openSupport | Opens the support interface. |
Methods Details
hasDocumentation()
• Type
() => boolean
• Details
Returns true if documentation is available.
hasFeedback()
• Type
() => boolean
• Details
Returns true if feedback is available.
hasSupport()
• Type
() => boolean
• Details
Returns true if support is available.
openDocumentation()
• Type
() => void
• Details
Opens the documentation interface.
openFeedback()
• Type
() => void
• Details
Opens the documentation interface.
openSupport()
• Type
() => void
• Details
Opens the support interface.