Variable runningLaunchersMapConst

runningLaunchersMap: MapStore<{
    [windowId: string]: overwolf.games.launchers.LauncherInfo;
}> = ...

Atom for Object with information about the currently running launchers.

Types

Type declaration

  • [windowId: string]: overwolf.games.launchers.LauncherInfo

Generated using TypeDoc