docs: Add platform: iOS
annotation to regionOfInterest
prop
This commit is contained in:
parent
d747933892
commit
9ecc09cfe4
@ -74,6 +74,8 @@ export interface CodeScanner {
|
|||||||
onCodeScanned: (codes: Code[], frame: CodeScannerFrame) => void
|
onCodeScanned: (codes: Code[], frame: CodeScannerFrame) => void
|
||||||
/**
|
/**
|
||||||
* Crops the scanner's view area to the specific region of interest.
|
* Crops the scanner's view area to the specific region of interest.
|
||||||
|
*
|
||||||
|
* @platform iOS
|
||||||
*/
|
*/
|
||||||
regionOfInterest?: {
|
regionOfInterest?: {
|
||||||
x: number
|
x: number
|
||||||
|
Loading…
Reference in New Issue
Block a user