From 6038fe9a0afb00bd29307c7494dfcc6e9fcce637 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Wed, 7 Sep 2022 12:43:29 -0700 Subject: [PATCH] docs: Start list of known propertyName values for common buttons --- src/requesthandler/RequestHandler_Inputs.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/requesthandler/RequestHandler_Inputs.cpp b/src/requesthandler/RequestHandler_Inputs.cpp index 25550e4b..e7d5a2f0 100644 --- a/src/requesthandler/RequestHandler_Inputs.cpp +++ b/src/requesthandler/RequestHandler_Inputs.cpp @@ -889,6 +889,10 @@ RequestResult RequestHandler::GetInputPropertiesListPropertyItems(const Request /** * Presses a button in the properties of an input. * + * Some known `propertyName` values are: + * + * - `refreshnocache` - Browser source reload button + * * Note: Use this in cases where there is a button in the properties of an input that cannot be accessed in any other way. For example, browser sources, where there is a refresh button. * * @requestField inputName | String | Name of the input