• Calling this redux#ActionCreator with an argument will return a PayloadAction of type T with a payload of P

    Parameters

    • payload: string

    Returns {
        payload: string;
        type: "app/setMyState1";
    }

    • payload: string
    • type: "app/setMyState1"

Generated using TypeDoc