From 01431acbe0e16fd3ff8a187340a3009fac074b77 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Wed, 29 Oct 2025 15:33:08 +0100 Subject: [PATCH] fix: change return type of invokeAction from InteractionOutput to ActionInteractionOutput follow-up for https://github.com/w3c/wot-scripting-api/pull/561 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3250d65..e85d153 100644 --- a/index.html +++ b/index.html @@ -2040,7 +2040,7 @@

The invokeAction() method

Takes as arguments |actionName:string|, optionally |params:InteractionInput| and optionally |options:InteractionOptions|. It returns a {{Promise}} that resolves with the result of the Action - 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: