import { KbqContentPanelModule } from '@koobiq/components/content-panel';Selector: kbq-content-panel-aside
Exported as: kbqContentPanelAsideSelector: [kbqContentPanelHeaderTitle]
Exported as: kbqContentPanelHeaderTitleSelector: [kbqContentPanelHeaderActions]
Exported as: kbqContentPanelHeaderActionsSelector: kbq-content-panel-header
Selector: kbq-content-panel-body
Exported as: kbqContentPanelBodySelector: kbq-content-panel-footer
Selector: kbq-content-panel
Selector: kbq-content-panel-container
Exported as: kbqContentPanelContainer| Name | Description |
|---|---|
@Input() disableClose: InputSignalWithTransform |
Whether the content panel can not be closed by clicking on the close button or pressing the ESCAPE key. |
@Input() disableCloseByEscape: InputSignalWithTransform |
Whether the content panel can not be closed by pressing the ESCAPE key. |
@Input() disableResizer: InputSignalWithTransform |
Whether the content panel resizer is disabled. |
@Input() maxWidth: InputSignalWithTransform |
Max width of the `KbqContentPanel`. |
@Input() minWidth: InputSignalWithTransform |
Minimum width of the `KbqContentPanel`. |
@Input() opened: InputSignalWithTransform |
Whether the content panel is opened. |
@Input() width: InputSignalWithTransform |
Width of the `KbqContentPanel`. |
@Output('openedChange')
openedChange: OutputEmitterRef |
Emits event when the content panel opened state is changed. |
| isOpened: Signal |
Whether the content panel is opened. |