Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
useActionInstances
Function useActionInstances
useActionInstances
(
query
?:
FindActionInstancesQuery
,
)
:
{
actionInstances
:
ActionInstance
[]
;
items
:
ActionInstance
[]
;
refresh
:
()
=>
Promise
<
void
>
;
refreshing
:
boolean
;
loadMore
:
()
=>
Promise
<
void
>
;
loadingMore
:
boolean
;
loading
:
boolean
;
error
:
any
;
}
Parameters
Optional
query
:
FindActionInstancesQuery
Returns
{
actionInstances
:
ActionInstance
[]
;
items
:
ActionInstance
[]
;
refresh
:
()
=>
Promise
<
void
>
;
refreshing
:
boolean
;
loadMore
:
()
=>
Promise
<
void
>
;
loadingMore
:
boolean
;
loading
:
boolean
;
error
:
any
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Integration App React - v2.13.2
Loading...