@thepalaceproject/circulation-admin
Preparing search index...
components/DiscoveryServices
DiscoveryServicesProps
Interface DiscoveryServicesProps
interface
DiscoveryServicesProps
{
additionalData
?:
any
;
csrfToken
:
string
;
data
?:
DiscoveryServicesData
;
deleteItem
?:
(
identifier
:
string
|
number
)
=>
Promise
<
void
>
;
editItem
?:
(
data
:
FormData
)
=>
Promise
<
void
>
;
editOrCreate
?:
string
;
fetchData
?:
()
=>
Promise
<
DiscoveryServicesData
>
;
fetchError
?:
FetchErrorData
;
fetchLibraryRegistrations
?:
()
=>
Promise
<
LibraryRegistrationsData
>
;
formError
?:
FetchErrorData
;
identifier
?:
string
;
isFetching
?:
boolean
;
isFetchingLibraryRegistrations
?:
boolean
;
registerLibrary
:
(
data
:
FormData
)
=>
Promise
<
void
>
;
responseBody
?:
string
;
settingUp
?:
boolean
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
DiscoveryServicesStateProps
DiscoveryServicesDispatchProps
EditableConfigListOwnProps
DiscoveryServicesProps
Index
Properties
additional
Data?
csrf
Token
data?
delete
Item?
edit
Item?
edit
Or
Create?
fetch
Data?
fetch
Error?
fetch
Library
Registrations?
form
Error?
identifier?
is
Fetching?
is
Fetching
Library
Registrations?
register
Library
response
Body?
setting
Up?
store?
Properties
Optional
additional
Data
additionalData
?:
any
csrf
Token
csrfToken
:
string
Optional
data
data
?:
DiscoveryServicesData
Optional
delete
Item
deleteItem
?:
(
identifier
:
string
|
number
)
=>
Promise
<
void
>
Optional
edit
Item
editItem
?:
(
data
:
FormData
)
=>
Promise
<
void
>
Optional
edit
Or
Create
editOrCreate
?:
string
Optional
fetch
Data
fetchData
?:
()
=>
Promise
<
DiscoveryServicesData
>
Optional
fetch
Error
fetchError
?:
FetchErrorData
Optional
fetch
Library
Registrations
fetchLibraryRegistrations
?:
()
=>
Promise
<
LibraryRegistrationsData
>
Optional
form
Error
formError
?:
FetchErrorData
Optional
identifier
identifier
?:
string
Optional
is
Fetching
isFetching
?:
boolean
Optional
is
Fetching
Library
Registrations
isFetchingLibraryRegistrations
?:
boolean
register
Library
registerLibrary
:
(
data
:
FormData
)
=>
Promise
<
void
>
Optional
response
Body
responseBody
?:
string
Optional
setting
Up
settingUp
?:
boolean
Optional
store
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Data
csrf
Token
data
delete
Item
edit
Item
edit
Or
Create
fetch
Data
fetch
Error
fetch
Library
Registrations
form
Error
identifier
is
Fetching
is
Fetching
Library
Registrations
register
Library
response
Body
setting
Up
store
@thepalaceproject/circulation-admin
Loading...