Provides information about row expansion or collapse.

Constructors

Accessors

  • get newState(): boolean
  • The new state of the row. True is expanded, False is collapsed.

    Returns boolean

  • get oldState(): boolean
  • The previous state of the row. True is expanded, False is collapsed.

    Returns boolean

  • get rowIndex(): number
  • The index of the row being expanded or collapsed.

    Returns number