Skip to content

Commit

Permalink
[DOCS] Fix event.values URL template var desc (#163507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Aug 10, 2023
1 parent a8f3a5a commit 37a53b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/dashboard/make-dashboards-interactive.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ Note:

|
| event.values
| An array of all cell values for the raw on which the action will execute.
| An array of all cell values for the row on which the action will execute. To access a column value, use `{{event.values.[x]}}`, where `x` represents the column number.

|
| event.keys
Expand Down
2 changes: 1 addition & 1 deletion docs/user/dashboard/url-drilldown.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Note:

|
| event.values
| An array of all cell values for the raw on which the action will execute.
| An array of all cell values for the row on which the action will execute. To access a column value, use `{{event.values.[x]}}`, where `x` represents the column number.

|
| event.keys
Expand Down

0 comments on commit 37a53b6

Please sign in to comment.