Interface QuicksightDashboardOwnProps
interface QuicksightDashboardOwnProps { dashboardId?: string; store?: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; }, >;} - QuicksightDashboardOwnProps
Properties
OptionaldashboardId
dashboardId?: string
Optionalstore
store?: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; },>