diff options
| author | Brian Potchik <brian@vector35.com> | 2024-03-21 11:54:05 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-03-21 11:54:05 -0400 |
| commit | 2ded29f1b32842611b7e7751d14ab5533cc7cb19 (patch) | |
| tree | 87bdb3cf152271280240ec79f0f4e72b9674319f /python/settings.py | |
| parent | b0252988314ab24015a932782c08494ec2552fac (diff) | |
Add uiSelectionControl documentation (skip-ci).
Diffstat (limited to 'python/settings.py')
| -rw-r--r-- | python/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/settings.py b/python/settings.py index 486d3d2f..776ed07b 100644 --- a/python/settings.py +++ b/python/settings.py @@ -79,6 +79,8 @@ class Settings: "optional" boolean None Yes Indicates setting can be null "hidden" bool "type" is "string" Yes Indicates the UI should conceal the content "requiresRestart boolean None Yes Enable restart notification in the UI upon change + "uiSelectionAction" string "type" is "string" Yes {"file", "directory", <Registered UIAction Name>} Informs the UI to add + a button to open a selection dialog or run a registered UIAction ================== ====================================== ================== ======== ======================================================================= .. note:: In order to facilitate deterministic analysis results, settings from the *'default'* schema that impact analysis are serialized \ |
