We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb36df2 + 9d107d9 commit 83a05caCopy full SHA for 83a05ca
.changeset/spicy-meals-drive.md
@@ -0,0 +1,5 @@
1
+---
2
+"@stackla/widget-utils": patch
3
4
+
5
+getProductTagsFromTile type
src/types/core/sdk.ts
@@ -60,4 +60,5 @@ export interface ISdk {
60
getFirstProductInTile(tile: Tile): Product | undefined
61
isPaginationEnabled(): boolean
62
isScrollWidget(): boolean
63
+ getProductTagsFromTile(tile: Tile): Product[]
64
}
0 commit comments