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