Preparing search index...
The search index is not available
@thepalaceproject/library-registry-admin
@thepalaceproject/library-registry-admin
components/LibraryDetailPage
LibraryDetailPageProps
Interface LibraryDetailPageProps
interface
LibraryDetailPageProps
{
editStages
:
(
data
:
FormData
)
=>
Promise
<
void
>
;
fetchLibrary
:
(
uuid
:
string
)
=>
LibraryData
;
fullLibrary
?:
LibraryData
;
library
:
LibraryData
;
store
:
Store
<
State
>
;
updateColor
:
(
stages
:
string
[]
)
=>
void
;
}
Hierarchy (
View Summary
)
LibraryDetailPageStateProps
LibraryDetailPageDispatchProps
LibraryDetailPageOwnProps
LibraryDetailPageProps
Index
Properties
edit
Stages
fetch
Library
full
Library?
library
store
update
Color
Properties
edit
Stages
editStages
:
(
data
:
FormData
)
=>
Promise
<
void
>
fetch
Library
fetchLibrary
:
(
uuid
:
string
)
=>
LibraryData
Optional
full
Library
fullLibrary
?:
LibraryData
library
library
:
LibraryData
store
store
:
Store
<
State
>
update
Color
updateColor
:
(
stages
:
string
[]
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edit
Stages
fetch
Library
full
Library
library
store
update
Color
@thepalaceproject/library-registry-admin
Loading...