onChange

abstract var onChange: (event: SyntheticEvent<*, *>, expanded: Boolean) -> Unit?(source)

Callback fired when the expand/collapse state is changed.

Parameters

{boolean} expanded The expanded state of the accordion.