qwc/projects/qwc/src/lib/components/qwc-flyout/qwc-flyout.component.ts
| selector | qwc-flyout |
| templateUrl | ./qwc-flyout.component.html |
Properties |
Methods |
Outputs |
constructor(cdRef: ChangeDetectorRef)
|
||||||
|
Parameters :
|
| flyoutClosed |
Type : EventEmitter
|
| flyoutOpen |
Type : EventEmitter
|
| closeOverlay |
closeOverlay()
|
|
Close overlay
Returns :
void
void |
| showColumnOptions |
showColumnOptions()
|
|
Show column options
Returns :
void
void |
| elSidenavColumnOptions |
Type : ElementRef
|
Decorators :
@ViewChild('sidenavColumnOptions', {static: false})
|
| isVisible |
Default value : false
|
| SIDENAV |
Type : any
|
Default value : {
OVERLAY_CLASS: "qwc-flyout--overlay",
CONTENT_CLASS: "qwc-flyout--content"
}
|