packages/ecl/components/ecl-timeline/events/ecl-timeline-item-toggle.event.ts
Event emitted when a timeline item is toggled (expanded or collapsed).
Properties |
|
Methods |
constructor(isExpanded: boolean, toggleGroup: string)
|
| Public isExpanded |
Type : boolean
|
|
Indicates whether the item is expanded after the toggle. |
| Public toggleGroup |
Type : string
|
|
Identifier of the toggle group this item belongs to. |
| preventDefault |
preventDefault()
|
|
Returns :
void
|