Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
useDataSources
Function useDataSources
useDataSources
(
query
?:
FindDataSourcesQuery
,
)
:
{
dataSources
:
DataSource
[]
;
items
:
DataSource
[]
;
refresh
:
()
=>
Promise
<
void
>
;
refreshing
:
boolean
;
loadMore
:
()
=>
Promise
<
void
>
;
loadingMore
:
boolean
;
loading
:
boolean
;
error
:
any
;
}
Parameters
Optional
query
:
FindDataSourcesQuery
Returns
{
dataSources
:
DataSource
[]
;
items
:
DataSource
[]
;
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
Membrane React - v0.2.1
Loading...