Skip to content

Commit b233b70

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ 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 **"${searchParams.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:
26+
```javascript
27+
${searchParams.urlParameter}
28+
```
2629
- **action**, this enables you trigger something additionally after the code has run to completion. There currently is two actions available:
2730
1. **refreshData**, enables you to target a VA report object on the page and reload the data of the element.
2831
2. **reloadReport**, enabley you to target a VA report object on the apge and reload the whole element.

0 commit comments

Comments
 (0)