Variable windowStateMapConst

windowStateMap: MapStore<{
    [windowName: string]: overwolf.windows.WindowStateChangedEvent;
}> = ...

Atom for windows state, will update anytime the state changes

Types

Type declaration

  • [windowName: string]: overwolf.windows.WindowStateChangedEvent

Generated using TypeDoc