We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcda335 + 0b8a949 commit 700018fCopy full SHA for 700018f
src/types/core/sdk.ts
@@ -59,4 +59,5 @@ export interface ISdk {
59
getShopspotsFromTile(tileId: string): Promise<Hotspot[]>
60
getFirstProductInTile(tile: Tile): Product | undefined
61
isPaginationEnabled(): boolean
62
+ isScrollWidget(): boolean
63
}
0 commit comments