Type Alias: ImageWidgetSelectImage()
ImageWidgetSelectImage: (imageId
) => Promise
<void
>
Select new image for active widget
Dispatches SET_IMAGE_WIDGET_SELECTED_IMG
Redux action
Parameters
• imageId: string
Id of image to select
Returns
Promise
<void
>