Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListExpandToggleComponent

List compund expansion toggle component.

This is intended to be used with the list component's itemExpandTemplate

Hierarchy

  • ListExpandToggleComponent

Implements

  • OnInit

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

expandId

expandId: string

The id of the template used to contain expandable content for each item

item

item: any

The items displayed in the current list item

template

template: TemplateRef<any>

The name of the template containing elements shown in the toggle body

Accessors

isExpanded

  • get isExpanded(): boolean

Methods

ngOnInit

  • ngOnInit(): void

toggleExpandItem

  • toggleExpandItem(): void

Generated using TypeDoc