Barcode Spatial Grid Editor View Settings
Defined in framework ScanditBarcodeCapture
- BarcodeSpatialGridEditorViewSettings
open class BarcodeSpatialGridEditorViewSettings : NSObject
Added in version 7.1.0
- init
init()
Added in version 7.1.0
Creates a new barcode spatial grid editor settings instance.
- reorderHintText
open var reorderHintText: String { get, set }
Added in version 7.1.0
Configures the text of the hint that suggests to the user to drag to reorder totes.
- toteTextFormat
open var toteTextFormat: String { get, set }
Added in version 7.1.0
Configures the format used to describe the position of the totes. The format used can contain {position}, if present it will be substituted with the tote index. If {position} is not found then the text will be treated as a prefix for the tote index.
- finishMappingButtonText
open var finishMappingButtonText: String { get, set }
Added in version 7.1.0
Configures the text of the button used to finish the editing.
- cancelMappingButtonText
open var cancelMappingButtonText: String { get, set }
Added in version 7.1.0
Configures the text of the button used to cancel the editing.