Interface IScanButtonConfiguration

interface IScanButtonConfiguration {
    audioFeedback?: boolean;
    callback?: string;
    callbackFeedback?: boolean;
    config?: any;
    errorMessage?: string;
    fieldId?: string;
    scanType: string;
    vibrationFeedback?: boolean;
}

Properties

audioFeedback?: boolean
callback?: string
callbackFeedback?: boolean
config?: any
errorMessage?: string
fieldId?: string
scanType: string
vibrationFeedback?: boolean