Home > @uniformdev/mesh-sdk-react > DispatchResult
DispatchResult type
Signature:
type DispatchResult<TSetValue> = {
options?: SetValueOptions;
newValue: TSetValue;
};
References: SetValueOptions
Home > @uniformdev/mesh-sdk-react > DispatchResult
Signature:
type DispatchResult<TSetValue> = {
options?: SetValueOptions;
newValue: TSetValue;
};
References: SetValueOptions