Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/EditableConfigList
EditableConfigListDispatchProps
Interface EditableConfigListDispatchProps<T>
interface
EditableConfigListDispatchProps
<
T
>
{
deleteItem
?:
(
identifier
:
string
|
number
)
=>
Promise
<
void
>
;
editItem
?:
(
data
:
FormData
)
=>
Promise
<
void
>
;
fetchData
?:
()
=>
Promise
<
T
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
EditableConfigListDispatchProps
CollectionsDispatchProps
DiscoveryServicesDispatchProps
EditableConfigListProps
LibrariesDispatchProps
Index
Properties
delete
Item?
edit
Item?
fetch
Data?
Properties
Optional
delete
Item
deleteItem
?:
(
identifier
:
string
|
number
)
=>
Promise
<
void
>
Optional
edit
Item
editItem
?:
(
data
:
FormData
)
=>
Promise
<
void
>
Optional
fetch
Data
fetchData
?:
()
=>
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
Item
edit
Item
fetch
Data
@thepalaceproject/circulation-admin
Loading...