Skip to content

Commit 344d9dc

Browse files
Update content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/runtime-configuration-api.md
Co-authored-by: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com>
1 parent 89a3abb commit 344d9dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/runtime-configuration-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The code uses the:
8484
{{% /alert %}}
8585

8686
The `getConstants()` function returns an array of constant objects, each with the following properties:
87+
8788
* `isPrivate` – a boolean indicating whether the constant value is hidden (true) or accessible (false)
8889
* `constantName` – the fully qualified name of the constant (for example, `MyModule.MyConstant`)
8990
* `value` – the constant value as a string (only present when `isPrivate` is false)

0 commit comments

Comments
 (0)