Interface: ILauncherGroup
Properties
windows
• windows: FSBLWindow[]
Methods
addWindow
▸ addWindow(window): void
Parameters
| Name | Type |
|---|---|
window | FSBLWindow |
Returns
void
findAllByComponentType
▸ findAllByComponentType(componentType): FSBLWindow[]
Parameters
| Name | Type |
|---|---|
componentType | string |
Returns
getWindow
▸ getWindow(name): FSBLWindow
Parameters
| Name | Type |
|---|---|
name | string |
Returns
getWindowNames
▸ getWindowNames(): string[]
Returns
string[]
getWindows
▸ getWindows(): Object
Returns
Object
removeWindows
▸ removeWindows(windowNames, cb): any
Parameters
| Name | Type |
|---|---|
windowNames | string[] |
cb | () => void |
Returns
any