Skip to main content

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.