Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
useAppDataSchemas
Function useAppDataSchemas
useAppDataSchemas
(
query
?:
FindAppDataSchemasQuery
,
)
:
{
appDataSchemas
:
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
schema
:
any
;
code
?:
string
;
archivedAt
?:
string
;
revision
?:
string
;
}
[]
;
items
:
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
schema
:
any
;
code
?:
string
;
archivedAt
?:
string
;
revision
?:
string
;
}
[]
;
refresh
:
()
=>
Promise
<
void
>
;
refreshing
:
boolean
;
loadMore
:
()
=>
Promise
<
void
>
;
loadingMore
:
boolean
;
loading
:
boolean
;
error
:
any
;
}
Parameters
Optional
query
:
FindAppDataSchemasQuery
Returns
{
appDataSchemas
:
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
schema
:
any
;
code
?:
string
;
archivedAt
?:
string
;
revision
?:
string
;
}
[]
;
items
:
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
schema
:
any
;
code
?:
string
;
archivedAt
?:
string
;
revision
?:
string
;
}
[]
;
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.6.0
Loading...