mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs: Start list of known propertyName values for common buttons
This commit is contained in:
parent
6fba48929a
commit
6038fe9a0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user