Preparing search index...
The search index is not available
@thepalaceproject/library-registry-admin
@thepalaceproject/library-registry-admin
components/LibrariesPage
LibrariesPageProps
Interface LibrariesPageProps
interface
LibrariesPageProps
{
fetchQA
:
()
=>
Promise
<
LibrariesData
>
;
isLoaded
?:
boolean
;
libraries
?:
LibrariesData
;
results
?:
LibrariesData
;
search
:
(
data
:
FormData
)
=>
Promise
<
LibrariesData
>
;
store
:
Store
<
State
>
;
updatedLibrary
?:
LibraryData
;
}
Hierarchy (
View Summary
)
LibrariesPageStateProps
LibrariesPageOwnProps
LibrariesPageDispatchProps
LibrariesPageProps
Index
Properties
fetchQA
is
Loaded?
libraries?
results?
search
store
updated
Library?
Properties
fetchQA
fetchQA
:
()
=>
Promise
<
LibrariesData
>
Optional
is
Loaded
isLoaded
?:
boolean
Optional
libraries
libraries
?:
LibrariesData
Optional
results
results
?:
LibrariesData
search
search
:
(
data
:
FormData
)
=>
Promise
<
LibrariesData
>
store
store
:
Store
<
State
>
Optional
updated
Library
updatedLibrary
?:
LibraryData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetchQA
is
Loaded
libraries
results
search
store
updated
Library
@thepalaceproject/library-registry-admin
Loading...