ReadonlycollapsedWhether the panel body is currently collapsed.
ReadonlycollapsedEmitted when the collapsed state changes.
Protected ReadonlycollapseSVG icon for the collapse toggle button.
ReadonlyconfigPanel configuration (id, title, grid placement, flags).
Protected ReadonlygridCSS grid-column value derived from placement config.
Protected ReadonlygridCSS grid-row value derived from placement config.
Protected ReadonlyisWhether the panel header shows a collapse toggle.
Protected ReadonlyisWhether the panel header shows a remove button.
ReadonlynotifiedWhether the panel currently has an active notification.
ReadonlypanelEmitted when the user removes (hides) this panel.
ReadonlyremovedWhether the panel has been removed (hidden) by the user.
Protected ReadonlyremoveSVG icon for the remove button.
Clear the active notification.
Activate a notification on this panel.
The notification accent remains visible until the panel is
focused (expanded) or the optional timeoutMs elapses.
Auto-clear delay in milliseconds. When 0
or omitted the notification persists until manually cleared.
Remove (hide) the panel.
Restore a previously removed panel.
Toggle the collapsed state.
A single panel inside a UIDashboard.
The panel renders a header bar (title + optional collapse / remove controls) and projects arbitrary content via
<ng-content>.Example