Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options used to create a Launcher.

Hierarchy

  • IOptions

Index

Properties

callback

callback: (widget: Widget) => void

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.

model

The model of the launcher.

Optional translator

translator: ITranslator

The application language translation.

Generated using TypeDoc