Interface IgxExpansionPanelBase

Implemented by

Properties

animationSettings: {
    closeAnimation: AnimationReferenceMetadata;
    openAnimation: AnimationReferenceMetadata;
}

Type declaration

collapsed: boolean
contentCollapsed: EventEmitter<any>
contentCollapsing: EventEmitter<any>
contentExpanded: EventEmitter<any>
contentExpanding: EventEmitter<any>
cssClass: string
id: string

Methods