Skip to content

Commit 65e5c95

Browse files
Merging 10-14-0-docs
10.14.0.cl
2 parents 67afa41 + 2148998 commit 65e5c95

39 files changed

+2527
-741
lines changed

modules/ROOT/pages/api-changelog.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88

99
This changelog lists only the changes introduced in the Visual Embed SDK. For information about new features and enhancements available for embedded analytics, see xref:whats-new.adoc[What's New].
1010

11+
== November 2025
12+
[width="100%" cols="1,4"]
13+
|====
14+
|[tag greenBackground]#NEW FEATURE# a| *Code-based custom actions*
15+
16+
The following enumerations are available for code based custom actions:
17+
18+
* `CustomActionTarget` +
19+
To define the target object for the custom action, such as on a Liveboard, visualization, Answer, or in Spotter.
20+
* `CustomActionsPosition` +
21+
To define the position of the custom action in the target object, such as primary menu, **More** options menu image:./images/icon-more-10px.png[the more options menu], or the contextual menu.
22+
|[tag greenBackground]#NEW FEATURE# | *Attribute to set Parameter chip visibility during overrides*
23+
The `HostEvent.UpdateParameters` event now supports configuring the `isVisibleToUser` attribute to show or hide the Parameter chips after an override. For more information, see xref:runtime-parameters.adoc#_show_or_hide_parameter_chips_in_embedded_sessions[Show or hide Parameter chips in embedded sessions].
24+
|====
25+
1126
== Version 1.42.0, October 2025
1227

1328
[width="100%" cols="1,4"]

modules/ROOT/pages/callback-response-payload.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ The following example shows the data payload for a callback custom action in the
283283
}
284284
----
285285

286+
287+
////
286288
=== Liveboard payload (Classic experience)
287289
288290
The following example shows the Liveboard data payload for a callback custom action on a Liveboard visualization:
@@ -736,8 +738,10 @@ The following example shows the data payload for a callback custom action in the
736738
}
737739
738740
----
741+
////
742+
739743

740-
=== Liveboard (New experience)
744+
=== Liveboard
741745

742746
The following example shows the data payload for a callback custom action in the *More* menu of a Liveboard visualization:
743747

0 commit comments

Comments
 (0)