HybridForms API
    Preparing search index...

    Interface IScanButtonConfiguration

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

    Properties

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