Skip to content

Commit bfeb4dd

Browse files
committed
gui_elements object
1 parent 28d8889 commit bfeb4dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

jigsawstack/vision.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ class GuiElement(TypedDict):
6262
Content of the GUI element, can be null if no object detected
6363
"""
6464

65+
interactivity: bool
66+
"""
67+
Interactivity of the GUI element
68+
"""
69+
70+
type: str
71+
"""
72+
Type of the GUI element
73+
"""
74+
6575

6676
class DetectedObject(TypedDict):
6777
bounds: BoundingBox

0 commit comments

Comments
 (0)