From 636809e5b2fad18f20feff8a73f25f7035bce3e5 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 5 Jul 2020 01:34:41 +0200 Subject: [PATCH] Added script API description --- src/options/Run.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/options/Run.vue b/src/options/Run.vue index 7381865..4c8839d 100644 --- a/src/options/Run.vue +++ b/src/options/Run.vue @@ -80,6 +80,12 @@
+
+ A script is a custom snippet of JavaScript that can be like a normal action, but it can also access the context of the browser and run more complex logic. The available + script API provides many tools to interact both with other Platypush devices and with the browser context. You can check some examples + here. +
+
@@ -503,6 +509,7 @@ export default { } .help { + max-width: 50em; margin-bottom: 1em; }