UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

17 lines (14 loc) 517 B
import { PropertyBehaviorSubject } from './PropertyBehaviorSubject.js'; declare const enum PropertyName { TorchState = "torch_state", ScanningMode = "scanning_mode", SoundEnabled = "sound_enabled", HapticEnabled = "haptic_enabled", HandMode = "hand_mode", SessionStopReason = "session_stop_reason", CameraPosition = "camera_position" } declare class PropertyPushSource { getBehaviorSubject(identifier: string): PropertyBehaviorSubject; } export { PropertyName, PropertyPushSource };