Variable outputActionsConst

outputActions: {
    dataset: ActionCreator<IDataset>;
    execute: ActionCreator<IExecute>;
    grade: ActionCreator<IGrade>;
    setSource: ActionCreator<IExecute>;
    source: ActionCreator<ISource>;
} = ...

Type declaration

  • dataset: ActionCreator<IDataset>
  • execute: ActionCreator<IExecute>
  • grade: ActionCreator<IGrade>
  • setSource: ActionCreator<IExecute>
  • source: ActionCreator<ISource>

Generated using TypeDoc