core/common/icon-panel/icon-panel.component.ts
Represents a single section in the icon panel
Properties |
| colClass |
colClass:
|
Type : string
|
| Optional |
|
Responsive grid classes (e.g., 'col-xs-12 col-md-6') |
| containerClass |
containerClass:
|
Type : string
|
| Optional |
|
Custom CSS classes for the section container |
| content |
content:
|
Type : string
|
|
HTML content to display in the section |
| dataCy |
dataCy:
|
Type : string
|
| Optional |
|
Data-cy attribute for testing |
| icon |
icon:
|
Type : string
|
|
Icon name (e.g., 'c8y-device', 'c8y-connection') |
| iconClass |
iconClass:
|
Type : string
|
| Optional |
|
Additional CSS classes for the icon |
| id |
id:
|
Type : string
|
|
Unique identifier for the section |
| label |
label:
|
Type : string
|
|
Label text for the section |
| visible |
visible:
|
Type : boolean
|
|
Whether the section should be displayed |