Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents what kind of action to taken and the store value for action.

export
interface

ActionEntry

Hierarchy

  • ActionEntry

Index

Properties

Properties

actionType

actionType: ActionType

The type of action to take.

type

{ActionType}

memberof

ActionEntry

Optional actionValue

actionValue: any

The extra value associated to the action.

type

{*}

memberof

ActionEntry

Generated using TypeDoc