Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options used to create a Launcher.

Hierarchy

  • IOptions

Index

Properties

Properties

callback

callback: function

The callback used when an item is launched.

Type declaration

    • (widget: Widget): void
    • Parameters

      • widget: Widget

      Returns void

commands

commands: CommandRegistry

The command registry used by the launcher.

cwd

cwd: string

The cwd of the launcher.

Generated using TypeDoc