Interface PAction<T>

An ngrx action with a typed payload property.

Export

Type Parameters

  • T

    The payload type for the action

Hierarchy

  • Action
    • PAction

Properties

Properties

payload: T
type: string

Generated using TypeDoc