Open signature component using JS

How do I open a signature component using JS, not by pressing the button? It would save a few unnecessary clicks in our workflow.

At the time of writing this, it is not currently possible to open the signature component using JS. At this time it requires that the capture-signature button is selected. I will make a note of this feedback. Please note that you can submit feedback and new ideas on roadmap.journeyapps.com.

Since runtime version 4.84.0 various component methods are available for UI components. See more info here: https://docs.journeyapps.com/reference/build/js-ts-apis/component#component-methods

For your case, it sounds like component.captureSignature({id: 'my-signature'}).captureMedia() is what you’re looking for.

methods