Interface ExpansionEvent

interface ExpansionEvent {
    isExpanded: boolean;
}

Properties

Properties

isExpanded: boolean

Generated using TypeDoc