Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/QuicksightDashboard
QuicksightDashboardProps
Interface QuicksightDashboardProps
interface
QuicksightDashboardProps
{
dashboardId
?:
string
;
fetchLibraries
?:
()
=>
Promise
<
LibrariesData
>
;
fetchQuicksightEmbedUrl
?:
(
dashboardId
:
string
,
ld
:
LibrariesData
,
)
=>
Promise
<
QuickSightEmbeddedURLData
>
;
isFetchingLibraries
?:
boolean
;
libraries
?:
LibraryData
[]
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
QuicksightDashboardStateProps
QuicksightDashboardDispatchProps
QuicksightDashboardOwnProps
QuicksightDashboardProps
Index
Properties
dashboard
Id?
fetch
Libraries?
fetch
Quicksight
Embed
Url?
is
Fetching
Libraries?
libraries?
store?
Properties
Optional
dashboard
Id
dashboardId
?:
string
Optional
fetch
Libraries
fetchLibraries
?:
()
=>
Promise
<
LibrariesData
>
Optional
fetch
Quicksight
Embed
Url
fetchQuicksightEmbedUrl
?:
(
dashboardId
:
string
,
ld
:
LibrariesData
,
)
=>
Promise
<
QuickSightEmbeddedURLData
>
Optional
is
Fetching
Libraries
isFetchingLibraries
?:
boolean
Optional
libraries
libraries
?:
LibraryData
[]
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
dashboard
Id
fetch
Libraries
fetch
Quicksight
Embed
Url
is
Fetching
Libraries
libraries
store
@thepalaceproject/circulation-admin
Loading...