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