Skip to content

Commit 5a1ebb9

Browse files
Merge pull request #165 from Stackla/add-new-pagination-type
Add new pagination type
2 parents 5df8547 + 8154a02 commit 5a1ebb9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/shaggy-ducks-allow.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackla/widget-utils": patch
3+
---
4+
5+
Add pagination method

src/types/core/sdk.ts

+1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ export interface ISdk {
5858
closeExpandedTiles(): void
5959
getShopspotsFromTile(tileId: string): Promise<Hotspot[]>
6060
getFirstProductInTile(tile: Tile): Product | undefined
61+
isPaginationEnabled(): boolean
6162
}

0 commit comments

Comments
 (0)