> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# FocusPolicy

# Enumeration: FocusPolicy

Defined in: [index.d.ts:1235](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1235)

Focus behavior when opening an application.

## Enumeration Members

### DoNotSteal

> **DoNotSteal**: `0`

Defined in: [index.d.ts:1240](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1240)

Request launch without forcing activation/frontmost focus; some
applications may still steal focus.

***

### Steal

> **Steal**: `1`

Defined in: [index.d.ts:1242](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1242)

Allow the launched app to become active/frontmost.
