Skip to main content
This page is unlisted and can only be accessed directly via URL. It is excluded from the site navigation and search results.

The ProGlove component for Retool Mobile

An interface to capture data using a ProGlove scanner.

Receive data captured by an Android device with a connected ProGlove scanner.

Settings

ProGlove includes the following configurable options when building apps in the IDE.

SizeLabelDataDisabledSuffix iconPrefix iconShow on desktopShow on mobileMaintain space when hiddenMarginAlways show in edit modeStylesWidth

Properties

All properties for ProGlove with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.

The size of the button.


The text label to display.


data

any[]

The source data.


Whether input, interaction, selection, or triggering is disabled.


global

boolean

Whether the object is globally scoped for use in all app pages.


boolean

Whether the component is visible.


The suffix icon to display.

Values

You can select an icon or dynamically set one with a valid icon key.


The prefix icon to display.

Values

You can select an icon or dynamically set one with a valid icon key.


id

string

The unique identifier.


Whether the component is visible in the desktop layout.


Whether the component is visible in the mobile layout.


Whether the component takes up space on the canvas if hidden is true.


The amount of margin to render outside.

Values
4px 8px

Normal margin.

0

No margin.


pluginType

string

The plugin type.


scannerState

enum

The state of the barcode scanner.

Values
DISCONNECTED

The scanner is disconnected.

CONNECTED

The scanner is connected.

CONNECTING

The scanner is connecting.

RECONNECTING

The scanner is reconnecting.

SEARCHING

The mobile device is searching for the scanner.

SETTING_UP

The scanner is being set up.

ERROR

An error occurred when attempting to connect to the scanner.


Whether to remain visible in the editor if hidden is true.


style

object

Custom style options in use. Not all style options may be available for all components.


width

number

The width.


Methods

JavaScript API methods for interacting with ProGlove. You can write JavaScript almost anywhere in Retool and use methods to manipulate data and property values.

setDisabled

Set the disabled value to toggle whether the input field is disabled. Defaults to true without a parameter.

proGlove.setDisabled(disabled)
Parameters

Whether input, interaction, selection, or triggering is disabled.



setHidden

Set the hidden value to toggle whether the component is visible. Defaults to true without a parameter.

proGlove.setHidden(hidden)
Parameters

boolean

Whether the component is visible.



Events

Events are triggered by user interactions, such as clicking a button or entering a value. Use event handlers to trigger queries or other actions in response to events.

open

The component is opened.