summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2023-11-26 16:05:58 -0500
committerBrian Potchik <brian@vector35.com>2023-11-26 16:05:58 -0500
commit380e5667eda8a3554f063d1f7bd21e24020e5cd2 (patch)
tree3cf2f27b414ad7bfe1faed627db86b9eb786c4e6 /binaryninjaapi.h
parent2127e6bee8f6bf8e7ef6a742380ba822bad60956 (diff)
Change password setting types to use new 'hidden' property.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index f3ca80b2..d73c4a2b 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -15010,7 +15010,7 @@ namespace BinaryNinja {
Property JSON Data Type Prerequisite Optional {Allowed Values} and Notes
================== ====================================== ====================================== ======== =======================================================================
"title" string None No Concise Setting Title
- "type" string None No {"array", "boolean", "number", "object", "password", "string"}
+ "type" string None No {"array", "boolean", "number", "object", "string"}
"elementType" string "type" is "array" or type is "object" No {"string"}
"enum" array : {string} "type" is "array" Yes Enumeration definitions
"enumDescriptions" array : {string} "type" is "array" Yes Enumeration descriptions that match "enum" array
@@ -15024,6 +15024,7 @@ namespace BinaryNinja {
"message" string None Yes An optional message with additional emphasis
"readOnly" bool None Yes Only enforced by UI elements
"optional" bool None Yes Indicates setting can be null
+ "hidden" bool "type" is "string" Yes Indicates the UI should conceal the content
"requiresRestart bool None Yes Enable restart notification in the UI upon change
================== ====================================== ====================================== ======== =======================================================================