Skip to content

Demo Time actions

The Demo Time actions allow you to control the behavior of the Demo Time extension during your demos. You can use these actions to trigger specific behaviors, such as running another demo.

Trigger another demo by its ID

To trigger another demo by its ID from the current demo, you can use the runDemoById action.

{
"action": "runDemoById",
"id": "<the id of the demo>"
}