qwc/projects/qwc/src/lib/components/qwc-flyout/qwc-flyout.component.ts
| selector | qwc-flyout |
| templateUrl | ./qwc-flyout.component.html |
Properties |
Methods |
Inputs |
Outputs |
constructor(cdRef: ChangeDetectorRef)
|
||||||
|
Parameters :
|
| backdropClose |
Type : boolean
|
Default value : true
|
| overlayClass |
Type : string
|
| position |
Type : "right" | "top"
|
Default value : "right"
|
| flyoutClosed |
Type : EventEmitter
|
| flyoutOpen |
Type : EventEmitter
|
| closeOverlay |
closeOverlay()
|
|
Close overlay
Returns :
void
void |
| closeWithoutOverlay |
closeWithoutOverlay()
|
|
Close flyout without overlay
Returns :
void
void |
| ngOnDestroy |
ngOnDestroy()
|
|
Component lifecycle hook
Returns :
void
void |
| showColumnOptions |
showColumnOptions()
|
|
Show column options
Returns :
void
void |
| closeIcon |
Type : ElementRef
|
Decorators :
@ViewChild('closeIcon')
|
| elSidenavColumnOptions |
Type : ElementRef
|
Decorators :
@ViewChild('sidenavColumnOptions')
|
| isVisible |
Default value : false
|
| SIDENAV |
Type : any
|
Default value : {
OVERLAY_CLASS: "qwc-flyout--overlay",
CONTENT_CLASS: "qwc-flyout--content"
}
|