Skip to content

SetSceneSceneTransitionOverride type does not support providing null to remove #351

@AlecMMiller

Description

@AlecMMiller

Description:

Unless I'm misunderstanding the documentation

transitionName: Name of the scene transition to use as override. Specify null to remove

In order to remove the override I should provide an argument of null to remove e.g.

obs.call('SetSceneSceneTransitionOverride', { transitionName: null, sceneName })

However, the type only allows for either undefined (unchanged) or a string.

Versions Used (if applicable):

  • obs-websocket-js version: 5.0.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions