mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
committed by
Ibby Hadeed
parent
67adb23a14
commit
e902856089
@@ -37,6 +37,16 @@ export interface BarcodeScannerOptions {
|
|||||||
*/
|
*/
|
||||||
orientation?: string;
|
orientation?: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Launch with the torch switched on (if available). Supported on Android only.
|
||||||
|
*/
|
||||||
|
torchOn?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display scanned text for X ms. 0 suppresses it entirely, default 1500. Supported on Android only.
|
||||||
|
*/
|
||||||
|
resultDisplayDuration?: number;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user