From Bright Pattern Documentation
(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: | ||
− | + | ||
= 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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:02, 29 May 2024
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.