We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268b31d commit 0888e2cCopy full SHA for 0888e2c
photoshop/api/application.py
@@ -80,7 +80,7 @@ def layerSets(self) -> LayerSets:
80
return LayerSets(self.app.LayerSets)
81
82
@property
83
- def activeDocument(self):
+ def activeDocument(self) -> Document:
84
"""The front-most documents.
85
86
Setting this property is equivalent to clicking an
0 commit comments