Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/ServiceEditForm
ServiceEditFormProps
Interface ServiceEditFormProps<T>
interface
ServiceEditFormProps
<
T
>
{
adminLevel
?:
number
;
data
:
T
;
disabled
:
boolean
;
error
?:
FetchErrorData
;
extraFormKey
?:
string
;
extraFormSection
?:
any
;
item
?:
ServiceData
;
listDataKey
:
string
;
responseBody
?:
string
;
save
?:
(
data
:
FormData
)
=>
void
;
urlBase
:
string
;
}
Type Parameters
T
Hierarchy (
View Summary
)
ServiceEditFormProps
LibraryRegistrationProps
Index
Properties
admin
Level?
data
disabled
error?
extra
Form
Key?
extra
Form
Section?
item?
list
Data
Key
response
Body?
save?
url
Base
Properties
Optional
admin
Level
adminLevel
?:
number
data
data
:
T
disabled
disabled
:
boolean
Optional
error
error
?:
FetchErrorData
Optional
extra
Form
Key
extraFormKey
?:
string
Optional
extra
Form
Section
extraFormSection
?:
any
Optional
item
item
?:
ServiceData
list
Data
Key
listDataKey
:
string
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
list
Data
Key
response
Body
save
url
Base
@thepalaceproject/circulation-admin
Loading...