Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/Header
HeaderProps
Interface HeaderProps
interface
HeaderProps
{
children
?:
ReactNode
;
fetchLibraries
?:
()
=>
Promise
<
LibrariesData
>
;
isFetchingLibraries
?:
boolean
;
key
?:
Key
;
libraries
?:
LibraryData
[]
;
logoOnly
?:
boolean
;
ref
?:
LegacyRef
<
Header
>
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
Props
<
Header
>
HeaderStateProps
HeaderDispatchProps
HeaderOwnProps
HeaderProps
Index
Properties
children?
fetch
Libraries?
is
Fetching
Libraries?
key?
libraries?
logo
Only?
ref?
store?
Properties
Optional
children
children
?:
ReactNode
Optional
fetch
Libraries
fetchLibraries
?:
()
=>
Promise
<
LibrariesData
>
Optional
is
Fetching
Libraries
isFetchingLibraries
?:
boolean
Optional
key
key
?:
Key
Optional
libraries
libraries
?:
LibraryData
[]
Optional
logo
Only
logoOnly
?:
boolean
Optional
ref
ref
?:
LegacyRef
<
Header
>
Optional
store
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
fetch
Libraries
is
Fetching
Libraries
key
libraries
logo
Only
ref
store
@thepalaceproject/circulation-admin
Loading...