Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ <h3>The <dfn>invokeAction()</dfn> method</h3>
Takes as arguments |actionName:string|, optionally
|params:InteractionInput| and optionally |options:InteractionOptions|.
It returns a {{Promise}} that resolves with the result of the <a>Action</a>
represented as an {{InteractionOutput}} object, or rejects with an error.
represented as an {{ActionInteractionOutput}} object, or rejects with an error.
The method MUST run the following steps:
<ol>
<li>
Expand Down