diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-11-10 15:21:09 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-11-10 17:53:15 -0500 |
| commit | a39efb484087474fdf18a40249bf0bb5b608b6f3 (patch) | |
| tree | 54a0b54ea5ddb5474a9eef425c2e6750c5b37ba5 /binaryninjaapi.h | |
| parent | 97fdc533b6ba68820652d9e8c2da36a92706dacf (diff) | |
Add "password" setting type
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c04c903d..99eb1344 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -14731,7 +14731,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", "string"} + "type" string None No {"array", "boolean", "number", "password", "string"} "elementType" string "type" is "array" No {"string"} "enum" array : {string} "type" is "array" Yes Enumeration definitions "enumDescriptions" array : {string} "type" is "array" Yes Enumeration descriptions that match "enum" array |
