Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/LibraryRegistration
LibraryRegistrationProps
Interface LibraryRegistrationProps
interface
LibraryRegistrationProps
{
adminLevel
?:
number
;
data
:
ServicesWithRegistrationsData
;
disabled
:
boolean
;
error
?:
FetchErrorData
;
extraFormKey
?:
string
;
extraFormSection
?:
any
;
item
?:
ServiceData
;
libraryRemovalAllowed
?:
(
library
:
LibraryWithSettingsData
)
=>
boolean
;
listDataKey
:
string
;
protocol
:
string
;
registerLibrary
:
(
library
:
any
,
registration_stage
:
any
)
=>
void
;
responseBody
?:
string
;
save
?:
(
data
:
FormData
)
=>
void
;
urlBase
:
string
;
}
Hierarchy (
View Summary
)
ServiceEditFormProps
<
ServicesWithRegistrationsData
>
LibraryRegistrationProps
Index
Properties
admin
Level?
data
disabled
error?
extra
Form
Key?
extra
Form
Section?
item?
library
Removal
Allowed?
list
Data
Key
protocol
register
Library
response
Body?
save?
url
Base
Properties
Optional
admin
Level
adminLevel
?:
number
data
data
:
ServicesWithRegistrationsData
disabled
disabled
:
boolean
Optional
error
error
?:
FetchErrorData
Optional
extra
Form
Key
extraFormKey
?:
string
Optional
extra
Form
Section
extraFormSection
?:
any
Optional
item
item
?:
ServiceData
Optional
library
Removal
Allowed
libraryRemovalAllowed
?:
(
library
:
LibraryWithSettingsData
)
=>
boolean
list
Data
Key
listDataKey
:
string
protocol
protocol
:
string
register
Library
registerLibrary
:
(
library
:
any
,
registration_stage
:
any
)
=>
void
Optional
response
Body
responseBody
?:
string
Optional
save
save
?:
(
data
:
FormData
)
=>
void
url
Base
urlBase
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin
Level
data
disabled
error
extra
Form
Key
extra
Form
Section
item
library
Removal
Allowed
list
Data
Key
protocol
register
Library
response
Body
save
url
Base
@thepalaceproject/circulation-admin
Loading...