We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3d0a6 commit 0057cbaCopy full SHA for 0057cba
lib/src/core/scripting_api/exposed_thing.dart
@@ -27,7 +27,7 @@ typedef PropertyWriteHandler = Future<void> Function(
27
28
/// A function that is called when an external request for invoking an Action
29
/// is received and defines what to do with such requests.
30
-typedef ActionHandler = Future<void> Function(
+typedef ActionHandler = Future<InteractionInput> Function(
31
InteractionOutput params, {
32
int? formIndex,
33
Map<String, Object>? uriVariables,
0 commit comments