Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/commands/CommandsState

Index

Enumerations

Interfaces

Type aliases

Variables

Functions

Type aliases

ICommand

ICommand: number

Variables

Const commandsActions

commandsActions: { execute: ActionCreator<void>; outputs: ActionCreator<number> } = ...

Type declaration

  • execute: ActionCreator<void>
  • outputs: ActionCreator<number>

Const commandsInitialState

commandsInitialState: ICommandState = ...

Const commandsReducer

commandsReducer: ReducerBuilder<ICommandState, ICommandState> = ...

Functions

Const selectCommands

Generated using TypeDoc