Event list
Examples
Basic
Selected
Custom item height
Compact
API (ix-event-list)
Properties
Name
Description and specifications
animated
Animate state change transitions. Defaults to 'true'.
Attribute:
animatedType:
booleanDefault:
truechevron
Display a chevron icon in list items. Defaults to 'false'
Attribute:
chevronType:
booleanDefault:
falsecompact
Make event-list items more compact
Attribute:
compactType:
booleanDefault:
falseitemHeight
Determines the height of list items.
This can either be one of two predefined sizes ('S' or 'L') or an absolute pixel value.
In case a number is supplied it will get converted to rem internally.
Defaults to 'S'.
Attribute:
item-heightType:
"L" | "S" | numberDefault:
'S'Events
No events available for this component.
API (ix-event-list-item)
Properties
Name
Description and specifications
chevron
Show chevron on right side of the event list item
Attribute:
chevronType:
booleanDefault:
falsecolor
Deprecated
since 2.1.0 use `item-color`
Color of the status indicator.
You can find a list of all available colors in our documentation.
Example values are `--theme-color-alarm` or `color-alarm`
Attribute:
colorType:
string | undefineddisabled
Disable event list item
Attribute:
disabledType:
booleanDefault:
falseitemColor
Color of the status indicator.
You can find a list of all available colors in our documentation.
Example values are `--theme-color-alarm` or `color-alarm`
Attribute:
item-colorType:
string | undefinedselected
Show event list item as selected
Attribute:
selectedType:
booleanDefault:
falseEvents
Name
Description and specifications
itemClick
Event list item click
Detail:
any