Menu

OutputCommands are meant to transform the common data set to an external one (e.g. charts, tables, ...). An output command must not manipulate the data set and should avoid including any of its references into the created output data, if possible.

Type parameters

  • O

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

executeAsync

  • executeAsync(i: DataSet): Promise<O>
  • the async method is an asynchronous wrapper of the sync method

    Parameters

    Returns Promise<O>

Abstract executeSync

  • synchronous implementation of the command

    Parameters

    Returns O

Generated using TypeDoc