Type Alias: SetCarouselView()
SetCarouselView: (viewId
) => Promise
<void
>
Change currently visible view on canvas/2d. Dispatches SET_CURRENT_VIEW_ID
Redux action.
Parameters
• viewId: string
id of the view to show. In case of 3d pass empty value
Returns
Promise
<void
>