[{"id":"13c18235c926694c","type":"ui-template","z":"d1c96cf8529a5579","group":"","page":"","ui":"83289142e2632cc2","name":"class-setter","order":0,"width":0,"height":0,"head":"","format":"<template>\n <div>\n </div>\n</template>\n\n<script>\n export default {\n watch: {\n // watch for any changes of \"count\"\n msg: function () {\n const m = this.msg || {}\n const {selector, topic, payload} = m // extract interesting bits\n console.log('got a msg with topic, payload, selector:', topic, payload, selector)\n // if payload is something and topic is one of add, remove or toggle, its good!\n if (payload && ['add', 'remove', 'toggle'].includes(topic)) {\n const element = document.querySelector(selector || 'body')\n element.classList[topic](payload)\n }\n }\n }\n }\n</script>\n","storeOutMessages":true,"passthru":true,"resendOnRefresh":true,"templateScope":"widget:ui","className":"d-none","x":910,"y":120,"wires":[[]]},{"id":"6b317a885c9e49ee","type":"inject","z":"d1c96cf8529a5579","name":"add class test to .page1","props":[{"p":"topic","vt":"str"},{"p":"payload"},{"p":"selector","v":".page1","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"add","payload":"test","payloadType":"str","x":600,"y":160,"wires":[["13c18235c926694c"]]},{"id":"36b14836d14f0ae6","type":"inject","z":"d1c96cf8529a5579","name":"remove class test from .page1","props":[{"p":"topic","vt":"str"},{"p":"payload"},{"p":"selector","v":".page1","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"remove","payload":"test","payloadType":"str","x":620,"y":200,"wires":[["13c18235c926694c"]]},{"id":"161cd2f7fac6b53b","type":"inject","z":"d1c96cf8529a5579","name":"toggle class test on .page1","props":[{"p":"topic","vt":"str"},{"p":"payload"},{"p":"selector","v":".page1","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"toggle","payload":"test","payloadType":"str","x":610,"y":120,"wires":[["13c18235c926694c"]]},{"id":"907bb2f87c6d201d","type":"ui-template","z":"d1c96cf8529a5579","group":"","page":"","ui":"83289142e2632cc2","name":"styles","order":0,"width":0,"height":0,"head":"","format":".test {\n display: inline-block; \n font-size: 30px;\n -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);\n -moz-transform: matrix(-1, 0, 0, 1, 0, 0);\n -o-transform: matrix(-1, 0, 0, 1, 0, 0);\n transform: matrix(-1, 0, 0, 1, 0, 0);\n}\n","storeOutMessages":true,"passthru":true,"resendOnRefresh":true,"templateScope":"site:style","className":"","x":890,"y":80,"wires":[[]]},{"id":"83289142e2632cc2","type":"ui-base","name":"My Dashboard","path":"/dashboard","includeClientData":true,"acceptsClientConfig":["ui-notification","ui-control"],"showPathInSidebar":false,"headerContent":"page","navigationStyle":"default","titleBarStyle":"default","notificationDisplayTime":5}]
