Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
reducers/customListDetails
FetchMoreCustomListDetails
Interface FetchMoreCustomListDetails<T>
interface
FetchMoreCustomListDetails
<
T
>
{
data
:
T
;
fetchError
:
RequestError
;
formError
?:
RequestError
;
isEditing
:
boolean
;
isFetching
:
boolean
;
isFetchingMoreEntries
?:
boolean
;
isLoaded
:
boolean
;
responseBody
?:
string
;
successMessage
?:
string
;
}
Type Parameters
T
Hierarchy (
View Summary
)
FetchEditState
<
T
>
FetchMoreCustomListDetails
Index
Properties
data
fetch
Error
form
Error?
is
Editing
is
Fetching
is
Fetching
More
Entries?
is
Loaded
response
Body?
success
Message?
Properties
data
data
:
T
fetch
Error
fetchError
:
RequestError
Optional
form
Error
formError
?:
RequestError
is
Editing
isEditing
:
boolean
is
Fetching
isFetching
:
boolean
Optional
is
Fetching
More
Entries
isFetchingMoreEntries
?:
boolean
is
Loaded
isLoaded
:
boolean
Optional
response
Body
responseBody
?:
string
Optional
success
Message
successMessage
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
fetch
Error
form
Error
is
Editing
is
Fetching
is
Fetching
More
Entries
is
Loaded
response
Body
success
Message
@thepalaceproject/circulation-admin
Loading...