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.
buttonSize
The size of the button.
buttonText
The text label to display.
global
Whether the object is globally scoped for use in all app pages.
Values
You can select an icon or dynamically set one with a valid icon key.
iconBefore
The prefix icon to display.
Values
You can select an icon or dynamically set one with a valid icon key.
id
The unique identifier.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.
isHiddenOnMobile
Whether the component is visible in the mobile layout.
maintainSpaceWhenHidden
Whether the component takes up space on the canvas if hidden
is true
.
pluginType
The plugin type.
scannerState
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. |
showInEditor
Whether to remain visible in the editor if hidden
is true
.
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.
setHidden
Set the hidden
value to toggle whether the component is visible. Defaults to true
without a parameter.
proGlove.setHidden(hidden)
Parameters
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.