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.
2 parents 3f1edb6 + e756da2 commit 42ae633Copy full SHA for 42ae633
pyrevitlib/pyrevit/loader/sessionmgr.py
@@ -512,6 +512,10 @@ def extension(self):
512
def unique_id(self):
513
return getattr(self._extcmd.ScriptData, 'CommandUniqueId', None)
514
515
+ @property
516
+ def control_id(self):
517
+ return getattr(self._extcmd.ScriptData, 'CommandControlId', None)
518
+
519
def is_available(self, category_set, zerodoc=False):
520
if self._extcmd_availtype:
521
return self._extcmd_avail.IsCommandAvailable(HOST_APP.uiapp,
0 commit comments