Skip to content

Commit 83a05ca

Browse files
authored
Merge pull request #169 from Stackla/add-tile-type
feat: add getProductTagsFromTile method to ISdk interface
2 parents fb36df2 + 9d107d9 commit 83a05ca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/spicy-meals-drive.md

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

src/types/core/sdk.ts

+1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ export interface ISdk {
6060
getFirstProductInTile(tile: Tile): Product | undefined
6161
isPaginationEnabled(): boolean
6262
isScrollWidget(): boolean
63+
getProductTagsFromTile(tile: Tile): Product[]
6364
}

0 commit comments

Comments
 (0)