---
id: contexts-focus
title: Focus
---
```
this.context.focus // bool

Component.contextTypes = context.subscribe(['focus'])
```
Sets event listeners for both focus and blur events to tell you when the window is in focus or not. 
