Skip to content

Commit b7556a0

Browse files
committed
Fix
Signed-off-by: David Weik <geekupyourlife@gmail.com>
1 parent f5f0518 commit b7556a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Objects/run-custom-code-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to create a Run Custom Code object you have to set the objects type to
2222
```
2323

2424
- **computeContext**, specify the name of the compute context that you want to use for this specific run custom code object. Please ensure the correct spelling and capitalization.
25-
- **code**, here you can specifc your code. Make sure that you escape double quotes with a \ and to make use of url parameters us the following within your code ${seachParams.urlParameter}.
25+
- **code**, here you can specifc your code. Make sure that you escape double quotes with a \ and to make use of url parameters us the following within your code **"${searchParams.urlParameter}"**.
2626
- **action**, this enables you trigger something additionally after the code has run to completion. There currently is two actions available:
2727
1. **refreshData**, enables you to target a VA report object on the page and reload the data of the element.
2828
2. **reloadReport**, enabley you to target a VA report object on the apge and reload the whole element.

0 commit comments

Comments
 (0)