InfobarComponent
class
Properties
| Name | Type | Description |
|---|---|---|
activeContainerIndex |
number |
Index of the active container |
activeContainerView? |
IView |
Current active view of the activeContainer. |
activeContainerViews |
IView[] |
Views of the activeContainer. |
containers |
InfobarContainer[] |
Containers to display inside the infobar. |
size |
number |
Current size of the infobar |
sizeChange |
EventEmitter<number> |
|
isEmpty |
unknown |
ngOnDestroy()
Signature
ngOnDestroy(): voidReturns
void
ngOnInit()
Signature
ngOnInit(): voidReturns
void
setActiveContainer()
Signature
setActiveContainer(container: InfobarContainer): voidParameters
container(InfobarContainer)
Returns
void
setActiveView()
Signature
setActiveView(activeId: string): voidParameters
activeId(string)
Returns
void