fix
This commit is contained in:
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
@@ -33,10 +33,14 @@ interface ScanConfigOptions {
|
||||
* 2. 结束扫码的方法名称为:stopScan
|
||||
*/
|
||||
bridgeName?: string,
|
||||
/**
|
||||
* webScan是否启用,默认启用
|
||||
*/
|
||||
webScanEnabled?: boolean,
|
||||
/**
|
||||
* 网页扫码canvas是否启用,默认启用
|
||||
*/
|
||||
webCanvasEnabled?: boolean,
|
||||
webScanCanvasEnabled?: boolean,
|
||||
/**
|
||||
* 网页扫码canvas样式,默认:position: fixed; width: 300px; height: 300px; top: 0; left: 0; z-index: 9999;
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user