Skip to content

Commit d27e41c

Browse files
committed
feat: add Grid3 image support for web viewer
- Store gridPageName in button parameters for Grid3 files - Store position (x, y) on buttons (already existed) - Enables web viewers to fetch Grid3 images via API endpoint
1 parent a27190d commit d27e41c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/processors/gridsetProcessor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,6 +1399,8 @@ class GridsetProcessor extends BaseProcessor {
13991399
pluginMetadata.autoContentType === 'Prediction'
14001400
? predictionCellCounter
14011401
: undefined,
1402+
// Store page name for Grid3 image lookup
1403+
gridPageName: gridName,
14021404
},
14031405
});
14041406

0 commit comments

Comments
 (0)