Add id description of available props in extensions panels docs (#23050)

This commit is contained in:
SP12893678
2024-07-19 00:56:39 +08:00
committed by GitHub
parent d6a5809708
commit cf3c82684b

View File

@@ -100,6 +100,7 @@ export default {
- `showHeader` **boolean** — Whether the header is shown. Useful for alternative styling based on the extra/reduced
space.
- `dashboard` **uuid** - The UUID string of the dashboard containing the panel.
- `id` **uuid** - The UUID string of the panel.
- `height` **number** - The current configured height of the panel.
- `width` **number** - The current configured width of the panel.
- `now` **Date** - The Date object as of the moment of viewing the dashboard containing the panel.