feat: Add slashcommand api
This commit is contained in:
@@ -6,6 +6,8 @@ sidebar_position: 11
|
||||
|
||||
The UI API lets plugins add pages, settings pages, side panels, channel sections, actions, embed renderers, and controlled DOM mounts.
|
||||
|
||||
For `/` slash commands in the chat composer, see the [Slash Commands API](./commands.md) (`api.commands`).
|
||||
|
||||
Prefer registered UI contributions over direct DOM mounting. Contribution APIs let Angular render the plugin UI when the matching app surface exists. Direct DOM mounting runs immediately and throws if the target selector is not present.
|
||||
|
||||
## Required Capabilities
|
||||
|
||||
Reference in New Issue
Block a user