docs: Start list of known propertyName values for common buttons

This commit is contained in:
tt2468 2022-09-07 12:43:29 -07:00 committed by GitHub
parent 6fba48929a
commit 6038fe9a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -889,6 +889,10 @@ RequestResult RequestHandler::GetInputPropertiesListPropertyItems(const Request
/** /**
* Presses a button in the properties of an input. * 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. * 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 * @requestField inputName | String | Name of the input