Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-ui-actions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-ui-actions

node-red custom widgets

  • 0.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-red-contrib-ui-actions

GitHub package.json version npm npm

Have you tried to disable a button in the node-red dashboard? Or set the value of a text input in a different flow?

This project is a set of custom dashboard nodes that support advanced control of the UI.

Example of a text input:
text input

To report an issue use the project GitHub page

Text Input

Available actions:

  • Set input value (set)
  • Get value to the output connection (get)
  • Retrieve value to an action node (retrieve)
  • Disable input field (disable)
  • Enable input field (enable)
  • Hide field (hide)
  • Show field (show)

Configuration:
configuration

Button

Available actions:

  • Emulate click (click)
  • Disable button (disable)
  • Enable button (enable)
  • Hide button (hide)
  • Show button (show)

Configuration:
configuration

Light

Available actions:

  • Set color (set)
  • Hide light (hide)
  • Show light (show)

Example:
green light

UI Action

Allows to call any of the above actions in any node without a wire

UI Load

Allows to start a flow when a dashboard tab is loaded

Configuration:
configuration

To install:

Install node-red.

Install this package with "npm install node-red-contrib-ui-actions --save" in ~./node-red or via the Palette Manager in node-red.

If everything was successfull you should see the new nodes under the dashboard category.

https://flows.nodered.org/node/node-red-contrib-ui-actions

Keywords

FAQs

Package last updated on 07 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc