LmnDataBrowserPanelComponent
Decorators: |
|
Selectors: |
|
A panel that can be shown in the data browser. It can be opened on both sides of the data browser, linked to a trigger, or used programmatically. The panel supports resizing and can be configured with various attributes for customization.
Properties
Name | Type | Description |
---|---|---|
allowResize r |
| Whether the panel is floating. |
closeButtonAttrAriaDescribedBy r |
| Close button aria described by |
closeButtonAttrAriaDescription r |
| Close button aria description |
closeButtonAttrAriaLabel r |
| Close button aria label |
closeButtonAttrAriaLabelledBy r |
| Close button aria labelled by |
closeButtonNegative r |
| Close button negative style |
closeButtonTooltip r |
| Tooltip for the close button |
hideCloseButton r |
| Hide the close button. |
nativeElement r | HTMLElement | The native element of the panel. |
open r |
| Whether the panel is open. |
open$ r |
| |
width r |
| |
width$ r |
|
Methods
hide() |
---|
Close the panel. |
Presentation
|
Returnsvoid |
show() |
---|
Open the panel. |
Presentation
|
Returnsvoid |
toggle() |
---|
Toggle the panel. |
Presentation
|
Returnsvoid |