projects/aoc-client/ui/overlay/aoc-ui-window/aoc-ui-window.component.ts
| encapsulation | ViewEncapsulation.None |
| selector | aoc-ui-window |
| standalone | true |
| imports |
AocUiOverlayDismissableDirective
NgClass
NgIf
AocUiWindowResizableDirective
AocUiWindowDraggableDirective
NgStyle
|
| templateUrl | ./aoc-ui-window.component.html |
Properties |
Inputs |
Outputs |
Accessors |
constructor()
|
| closable |
Type : boolean
|
Default value : true
|
| closeOnOverlayClick |
Type : boolean
|
Default value : false
|
| disableAnimation |
Type : boolean
|
Default value : false
|
| draggable |
Type : boolean
|
Default value : true
|
| header |
Type : string
|
| icon |
Type : string
|
| modal |
Type : boolean
|
Default value : false
|
| noTitleBar |
Type : boolean
|
Default value : false
|
| resizable |
Type : boolean
|
Default value : true
|
| visible |
Type : boolean
|
| windowStyle |
Type : literal type
|
| windowStyleClass |
Type : string
|
| hideDone |
Type : EventEmitter<any>
|
| hideStart |
Type : EventEmitter<any>
|
| showDone |
Type : EventEmitter<any>
|
| showStart |
Type : EventEmitter<any>
|
| visibleChange |
Type : EventEmitter<any>
|
| overlay |
Type : ElementRef
|
Decorators :
@ViewChild('overlay')
|
| win |
Type : ElementRef
|
Decorators :
@ViewChild('win')
|
| visible | ||||||
getvisible()
|
||||||
setvisible(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|