Home > @uniformdev/mesh-sdk-react > SetLocationValueDispatch
SetLocationValueDispatch type
Signature:
type SetLocationValueDispatch<TValue, TSetValue = TValue> = (dispatch: SetLocationValueFunction<TValue, TSetValue>) => Promise<void> | void;
References: SetLocationValueFunction