> ## 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

> Focus behavior when opening an application.

## Members

<ResponseField name={"DoNotSteal"} type={"0"} required>
  Request launch without forcing activation/frontmost focus; some
  applications may still steal focus.
</ResponseField>

<ResponseField name={"Steal"} type={"1"} required>
  Allow the launched app to become active/frontmost.
</ResponseField>
