You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/preference-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ The function is `async` so you can use `await` when fetching the preferences.
69
69
70
70
The `getPreferences()` function returns an object with two properties:
71
71
72
-
***Theme** – Either**Light** or **Dark**, representing the current theme setting in Studio Pro
73
-
***Language** – A string representing the current language setting, such as `en_US` for English (United States)
72
+
* Theme – either**Light** or **Dark**, representing the current theme setting in Studio Pro
73
+
* Language – a string representing the current language setting, such as `en_US` for English (United States)
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/runtime-configuration-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ The function is `async` so you can use `await` when executing the preview action
86
86
87
87
The `getConstants()` function returns an array of constant objects, each with the following properties:
88
88
89
-
*`isPrivate` – A Boolean indicating whether the constant value is hidden (true) or accessible (false)
90
-
*`constantName` – The fully qualified name of the constant (for example, `MyModule.MyConstant`)
91
-
*`value` – The constant value as a string (only present when `isPrivate` is false)
89
+
*`isPrivate` – a Boolean indicating whether the constant value is hidden (true) or accessible (false)
90
+
*`constantName` – the fully qualified name of the constant (for example, `MyModule.MyConstant`)
91
+
*`value` – the constant value as a string (only present when `isPrivate` is false)
0 commit comments