Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InitializeHandler<Input, Output>

public

Type parameters

  • Input: object

  • Output: object

Hierarchy

  • InitializeHandler

Callable

  • Asynchronously converts an input object into an output object.

    Parameters

    • args: InitializeHandlerArguments<Input>

      An object containing a input to the command as well as any associated or previously generated execution artifacts.

    Returns Promise<InitializeHandlerOutput<Output>>