Type Alias: GetTabGallery()
GetTabGallery: (
galleryId
) =>Promise
<Nullable
<GalleryTabResponse
>>
Get list of images for provided galleryId.
Calls galleryService
/get-gallery-details
endpoint.
Parameters
• galleryId: string
Id of the gallery
Returns
Promise
<Nullable
<GalleryTabResponse
>>
Record with data about number of columns and list of items at the gallery
Since
6.0.0