From Bright Pattern Documentation
Jump to: navigation, search
(Created page with "<translate> = terminateInteraction = Terminates the interaction. == Request == === Syntax === window.bpspat.api.terminateInteraction(item_id) === Parameters === {|border="1...")
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>
+
 
 
= terminateInteraction =
 
= terminateInteraction =
 
Terminates the interaction.
 
Terminates the interaction.
Line 24: Line 24:
  
 
In response to the request, the interaction ends.
 
In response to the request, the interaction ends.
 
 
 
 
 
</translate>
 

Latest revision as of 04:02, 29 May 2024

• 5.19 • 5.3 • 5.8


terminateInteraction

Terminates the interaction.

Request

Syntax

window.bpspat.api.terminateInteraction(item_id)

Parameters

Parameter Type Optional/Required Description
item_id string required Specifies the interaction ID of the interaction

Response

Empty.

In response to the request, the interaction ends.

< Previous | Next >