From 2ded29f1b32842611b7e7751d14ab5533cc7cb19 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 21 Mar 2024 11:54:05 -0400 Subject: Add uiSelectionControl documentation (skip-ci). --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 042a4df9..14f38395 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -15602,6 +15602,8 @@ namespace BinaryNinja { "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 + "uiSelectionAction" string "type" is "string" Yes {"file", "directory", } 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 -- cgit v1.3.1