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.
Enumeration: FocusPolicy
Defined in: index.d.ts:1235 Focus behavior when opening an application.Enumeration Members
DoNotSteal
DoNotSteal: 0
Defined in: index.d.ts:1240
Request launch without forcing activation/frontmost focus; some
applications may still steal focus.
Steal
Steal: 1
Defined in: index.d.ts:1242
Allow the launched app to become active/frontmost.
