Gets the items of a list property from an input's properties.
Note: Use this in cases where an input provides a dynamic, selectable list of items. For example, display capture, where it provides a list of available displays.
Name |
Type |
Required |
Description |
inputName |
String |
|
Name of the input |
propertyName |
String |
|
Name of the list property to get the items of |
Name |
Type |
Description |
obsRaw.propertyItems |
Array<Object> |
Array of items in the list property |
Complexity Rating: |
|
Latest Supported RPC Version: |
1 |
Added in |
v5.0.0 |
OBS raw{
"requestType": "GetInputPropertiesListPropertyItems",
"requestData": {
"inputName": "",
"propertyName": ""
}
}