Arc.React
Preparing search index...
queries
PerformQuery
Type Alias PerformQuery<TArguments>
PerformQuery
:
(
args
?:
TArguments
)
=>
Promise
<
void
>
Delegate type for performing a IQueryFor in the context of the
useQuery
hook.
Type Parameters
TArguments
=
object
Type Declaration
(
args
?:
TArguments
)
:
Promise
<
void
>
Parameters
Optional
args
:
TArguments
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arc.React
Loading...
Delegate type for performing a IQueryFor in the context of the useQuery hook.