Skip to content

Commit 700018f

Browse files
Merge pull request #168 from Stackla/enable-scroll-widget-extension
feat: add isScrollWidget method to ISdk interface
2 parents fcda335 + 0b8a949 commit 700018f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/core/sdk.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ export interface ISdk {
5959
getShopspotsFromTile(tileId: string): Promise<Hotspot[]>
6060
getFirstProductInTile(tile: Tile): Product | undefined
6161
isPaginationEnabled(): boolean
62+
isScrollWidget(): boolean
6263
}

0 commit comments

Comments
 (0)