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

    Parameters

    Returns {
        payload: StoredRoute;
        type: "viewer/setViewerRoute";
    }

Generated using TypeDoc