@laserware/stasis
    Preparing search index...

    Interface ActionCreatorWithoutPayload<T>

    An action creator of type T that takes no payload.

    Type Parameters

    • T extends string = string

    Hierarchy

    • BaseActionCreator<undefined, T>
      • ActionCreatorWithoutPayload
    • Calling this redux#ActionCreator will return a PayloadAction of type T with a payload of undefined

      Parameters

      • noArgument: void

      Returns { payload: undefined; type: T }