We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dab40 commit 45343e7Copy full SHA for 45343e7
docs/build-apps/use-third-party-libraries.md
@@ -68,11 +68,12 @@ Navigate to the settings page and then click the plus sign **+** under the **Jav
68
69
<figure><img src="../.gitbook/assets/third-party-lib-1.png" alt=""><figcaption></figcaption></figure>
70
71
-Create a JS query and insert code.
+Create a JS query and insert code. All js libraries are imported to the `window` scope, thus you need to prefix any calls
72
+with `window.`.
73
74
<figure><img src="../.gitbook/assets/third-party-lib-2.png" alt=""><figcaption></figcaption></figure>
75
-You can obtain the same result by calling the `cowsay.say()` method in the value of the text component.
76
+You can obtain the same result by calling `window.cowsay.say()` method in the value of the text component.
77
78
<figure><img src="../.gitbook/assets/third-party-lib-3.png" alt=""><figcaption></figcaption></figure>
79
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments