Skip to content

ActionData - InterAction

Waiting for interactive action parameters

Attributes

Name Data Type Description
pauseTime number Pause time, unit: seconds
0 indicates no waiting

Example

TypeScript
1
2
3
4
5
6
{
  "type": ActionType.InterAction,
  "data": {
    "pauseTime": 20 // -1: Waiting for interaction, always waiting for <br/> 0:leaving immediately <br/>  If no parameters are passed, it defaults to using the locomotive configuration   <br/>  If parameters are passed, it enters a countdown."
  }
}