Open
Description
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?
item: { name?: string; id?: number } | string;
Same deal for SetSceneItemProperties
Metadata
Metadata
Assignees
Labels
No labels