Skip to content

Commit 64ff432

Browse files
committed
updates-final
1 parent 657dff2 commit 64ff432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ROOT/pages/code-based-custom-actions.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ const customActions = [{
209209
}, ];
210210
----
211211

212+
213+
////
212214
When the answerId parameter is provided, the system displays custom actions only on the visualization(s) that use the specified underlying answerId.
213215
214216
In this example, consider a Liveboard (lb1) with three visualizations: viz1 (based on ans1), viz2 (based on ans2), and viz3 (based on ans3).
@@ -232,6 +234,8 @@ const customActions = [{
232234
}, ];
233235
234236
----
237+
////
238+
235239

236240
When `modelIds` is passed in the `dataModelIds`, then the custom action is show for all visualization which are using the columns of the specified model.
237241

0 commit comments

Comments
 (0)