Optional setting of html title attribute for the content action bar. Helpful for a11y when only one action is configured in expand mode. actionBarTitle: InputSignal <TranslatableString > from actionBarTitle = '' |
actionBarTitleComputed: Signal <TranslatableString > = ... |
The view type of the content action bar of the card. Default is collapsible for dashboards. However, in some cases you might need to change to expanded or mobile . actionBarViewType: InputSignal <ViewType > from actionBarViewType = 'collapsible' |
actionBarViewTypeComputed: Signal <ViewType > = ... |
A param that will be passed to the action in the primary/secondary actions. This allows to re-use the same primary/secondary action arrays across rows in a table. actionParam: InputSignal <any > from actionParam = ... |
In case the card uses an image and horizontal direction is used we set flex row direction. classCardHorizontal: Signal <boolean > from classCardHorizontal = ... |
dashboardService: (null | SiDashboardService ) = ... |
Returns true when primary or secondary actions are set. displayContentActionBar: Signal <boolean > = ... |
element: ElementRef <any > = ... |
Option to enable and show the UI controls for card expand functionality. Expand and restore action items will be added to the content action bar. The expand resizing has to be implemented by the container of the card. enableExpandInteraction: InputSignalWithTransform <boolean , unknown > = false |
enableExpandInteractionComputed: Signal <boolean > = ... |
enableExpandInteractionInternal: WritableSignal <boolean > = ... |
expandActionItem: Signal <ContentActionBarMainItem > = ... |
Emitter for size state change expandChange: OutputEmitterRef <boolean > = ... |
expandRestoreIconTooltip: Signal <TranslatableString > = ... |
Description of expand button & action. expandText: InputSignal <TranslatableString > = $localize`:@@SI_DASHBOARD.EXPAND:Expand` |
hasContentBarActions: Signal <boolean > = ... |
Card header text. heading: InputSignal <(undefined | TranslatableString )> from heading = ... |
hide: boolean = false |
Alt text for a provided image. imgAlt: InputSignal <(undefined | string )> from imgAlt = ... |
Defines if an image is placed on top or start (left) of the card. imgDir: InputSignal <(undefined | "horizontal" | "vertical" )> from imgDir = 'vertical' |
Sets the image object-fit CSS property, Sets the image object-fit CSS property. imgObjectFit: InputSignal <(undefined | "fill" | "contain" | "cover" | "none" | "scale-down" )> from imgObjectFit = 'scale-down' |
Sets the image object-position CSS property. imgObjectPosition: InputSignal <(undefined | string )> from imgObjectPosition = ... |
Image source for the card. imgSrc: InputSignal <(undefined | string )> from imgSrc = ... |
Whether the card is currently expanded. isExpanded: WritableSignal <boolean > = false |
Input list of primary action items. Supports up to 4 actions and omits additional ones. primaryActions: InputSignal <(MenuItem | ContentActionBarMainItem )[]> from primaryActions = [] |
primaryActionsComputed: Signal <(MenuItem | ContentActionBarMainItem )[]> = ... |
restoreActionItem: Signal <ContentActionBarMainItem > = ... |
Description of cancel button & action. restoreText: InputSignal <TranslatableString > = $localize`:@@SI_DASHBOARD.RESTORE:Restore` |
Input list of secondary action items. secondaryActions: InputSignal <(MenuItem | MenuItem )[]> from secondaryActions = [] |
|