Interface PayloadAction<Payload>

An action with a payload property.

Type Parameters

  • Payload = any

    The type of the payload property.

Hierarchy

  • Action
    • PayloadAction

Indexable

[extraProps: string]: any

Properties

Properties

payload?: Payload
type: any

Generated using TypeDoc