packages/components/eui-card/services/ui-state.service.ts
Interface defining the UI state properties for card components.
Properties |
| hasLeftExpander |
hasLeftExpander:
|
Type : boolean
|
|
Whether the card has a left-side expander control |
| isCollapsed |
isCollapsed:
|
Type : boolean
|
|
Whether the card is currently in collapsed state |
| isCollapsible |
isCollapsible:
|
Type : boolean
|
|
Whether the card can be collapsed/expanded |
| isUrgent |
isUrgent:
|
Type : boolean
|
|
Whether the card displays urgent styling |