We found 4 matches for: electron

An overview of all electron blocks currently available, updated daily!

Electron: request opn scanner list

Requests the current scanned barcode list from the connected opn scanner. IPC: read-opn-scanner

In-pins

flow
reply
Will execute when this page runs in electron and incoming event is detected using the IPC interface.
event
reply
Object contains success key.

Out-pins

flow
Electron: set progress bar

Updates the progressbar of the application.

In-pins

flow
percentage
The percentage the progress bar should be filled.

Out-pins

flow
Electron: set badge count

Updates the dock icon badge with the given count, 0 to reset.

In-pins

flow
count
The number to be shown in the dock.

Out-pins

flow
Electron: show notification

Send notification if the user is viewing the UI in an electron app.

In-pins

flow
title
The title to be shown in the notification.
body
The description text to be shown in the notification.

Out-pins

flow