Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?activate, ?workingDirectory, ?logUsage)

Full Usage: Options(?activate, ?workingDirectory, ?logUsage)

Parameters:
    ?activate : bool - ⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || true to bring the opened application to the foreground. The default is true.
    ?workingDirectory : string - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || The working directory.
    ?logUsage : bool - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || Indicates a user initiated launch that enables tracking of frequently used programs and other behaviors. The default is false.

Returns: Options
?activate : bool

⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || true to bring the opened application to the foreground. The default is true.

?workingDirectory : string

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || The working directory.

?logUsage : bool

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || Indicates a user initiated launch that enables tracking of frequently used programs and other behaviors. The default is false.

Returns: Options

Instance members

Instance member Description

this.activate

Full Usage: this.activate

⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌true to bring the opened application to the foreground. The default is true.

this.logUsage

Full Usage: this.logUsage

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ Indicates a user initiated launch that enables tracking of frequently used programs and other behaviors. The default is false.

this.workingDirectory

Full Usage: this.workingDirectory

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ The working directory.

Type something to start searching.