Indicates whether the method call is in progress.
Indicates whether the argument form is required for the method.
A unique key representing the current request instance.
The error that occurred during the method call, if any.
The data returned from the method call, or undefined if not yet available.
Validates the provided arguments against the method signature.
Optionalargs: types.ActorMethodParameters<A[M]>Optional arguments for the method.
true if the arguments match the expected signature, otherwise false.
The visit service function corresponding to this method.
Resets the method state (data, error, loading) to initial values.
Invokes the method.
OptionaleventOrReplaceArgs: MouseEvent<Element, MouseEvent> | types.ActorMethodParameters<A[M]>Either the arguments for the call or a React mouse event.
A promise resolving to the method's return data or undefined.
Deprecated
Use
isLoadinginstead. Indicates whether the method call is in progress.