projects/aoc-client/ui/overlay/aoc-ui-sidebar/aoc-ui-sidebar.component.ts
OnDestroy
| encapsulation | ViewEncapsulation.None |
| selector | aoc-ui-sidebar |
| standalone | true |
| imports |
NgIf
|
| templateUrl | ./aoc-ui-sidebar.component.html |
Properties |
Inputs |
Outputs |
Accessors |
constructor()
|
| position |
Type : AocUiSidebarPosition
|
| visible |
Type : boolean
|
| visibleChange |
Type : EventEmitter<boolean>
|
| mask |
Type : ElementRef
|
Decorators :
@ViewChild('mask')
|
| overlay |
Type : ElementRef
|
Decorators :
@ViewChild('overlay')
|
| visible | ||||||
getvisible()
|
||||||
setvisible(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| position | ||||||
getposition()
|
||||||
setposition(value: AocUiSidebarPosition)
|
||||||
|
Parameters :
Returns :
void
|