UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

1 lines 530 B
import{Color as e}from"@scandit/web-datacapture-core";var t=class t{constructor(e,t,n,r){this.inListItemColor=e,this.notInListItemColor=t,this.hapticEnabled=r,this.soundEnabled=n}static fromJSON(n){return new t(e.fromJSON(n.inListItemColor),e.fromJSON(n.notInListItemColor),n.soundEnabled,n.hapticEnabled)}toJSONObject(){return{inListItemColor:this.inListItemColor.toJSON(),notInListItemColor:this.notInListItemColor.toJSON(),soundEnabled:this.soundEnabled,hapticEnabled:this.hapticEnabled}}};export{t as BarcodeFindViewSettings};