Skip to content

Commit 0f7610b

Browse files
committed
Add missing events to dashboard docs
1 parent 0e2cb0b commit 0f7610b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/user-interfaces/dashboard.mdx

+16
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,22 @@ FileCard panel is then open with file metadata available for editing.
699699

700700
Fired when the user finished editing the file metadata.
701701

702+
#### `dashboard:show-panel`
703+
704+
**Parameters:**
705+
706+
- `id` — the active plugin ID .
707+
708+
Fired when the user opens a UI plugin.
709+
710+
#### `dashboard:hide-panel`
711+
712+
**Parameters:**
713+
714+
- `id` — the previously active plugin ID .
715+
716+
Fired when the user closes a UI plugin.
717+
702718
## Integrations
703719

704720
These are the plugins specifically made for the Dashboard. This is not a list of

0 commit comments

Comments
 (0)