workspace-sidepanel/src/sidepanel/sidepanel.component.ts
Wrapper for content do be displayed in a sidepanel.
see WorkspaceSidepanelComponent
import { SidepanelComponent } from '@talenra/components/workspace-sidepanel';| host | { |
| selector | talenra-sidepanel |
| imports |
ScrollContainerComponent
NgTemplateOutlet
|
| styleUrls | ./sidepanel.component.scss |
| templateUrl | ./sidepanel.component.html |
Inputs |
Outputs |
| icon |
Type : string
|
Default value : ''
|
|
Identifier of the icon displayed. A list of all icons supported is included in the README of package
|
| key |
Type : string
|
Default value : ''
|
|
Unique identifier for the sidepanel |
| label |
Type : string
|
Default value : ''
|
|
The name of the sidepanel as displayed to the user |
| useScroll |
Type : boolean, unknown
|
Default value : true, { transform: booleanAttribute }
|
|
Determine whether a vertical scroll is applied if the sidepanel's content exceeds the available height. |
| counterMaxUpdate |
Type : number | undefined
|
|
Triggered whenever counterMax value is updated. |
| counterUpdate |
Type : number | undefined
|
|
Triggered whenever counter value is updated. |