We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5df8547 + 8154a02 commit 5a1ebb9Copy full SHA for 5a1ebb9
.changeset/shaggy-ducks-allow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@stackla/widget-utils": patch
3
4
+
5
+Add pagination method
src/types/core/sdk.ts
@@ -58,4 +58,5 @@ export interface ISdk {
58
closeExpandedTiles(): void
59
getShopspotsFromTile(tileId: string): Promise<Hotspot[]>
60
getFirstProductInTile(tile: Tile): Product | undefined
61
+ isPaginationEnabled(): boolean
62
}
0 commit comments