We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetSceneItemProperties
obs-websocket-js/src/typings/obsWebsocket.ts
Line 368 in 82780a6
According to the obs-websocket docs, item can be a string or an object: https://github.com/Palakis/obs-websocket/blob/4.x-current/docs/generated/protocol.md#getsceneitemproperties
obs-websocket
item
So the type should probably be?
item: { name?: string; id?: number } | string;
Same deal for SetSceneItemProperties
SetSceneItemProperties
The text was updated successfully, but these errors were encountered:
No branches or pull requests
obs-websocket-js/src/typings/obsWebsocket.ts
Line 368 in 82780a6
According to the
obs-websocket
docs,item
can be a string or an object:https://github.com/Palakis/obs-websocket/blob/4.x-current/docs/generated/protocol.md#getsceneitemproperties
So the type should probably be?
Same deal for
SetSceneItemProperties
The text was updated successfully, but these errors were encountered: