core/split-view/split-view-header-actions.component.ts
| host | { |
| selector | c8y-sv-header-actions |
| standalone | true |
| imports |
NgClass
|
| templateUrl | ./split-view-header-actions.component.html |
Accessors |
| showTitle |
getshowTitle()
|
|
Whether the parent list shows a title. Automatically inherited from parent, used to adjust spacing.
Returns :
boolean
|
<div
[ngClass]="{ 'd-flex a-i-center fit-w': !showTitle, 'm-l-auto': showTitle }"
data-cy="c8y-sv-header-actions"
>
<ng-content></ng-content>
</div>