anyline-js
Preparing search index...
types
ICutout
Interface ICutout
interface
ICutout
{
cutoutConfig
:
{
alignment
?:
"center"
|
"top_half"
|
"bottom_half"
;
animation
?:
string
;
cornerRadius
?:
number
;
cropOffset
?:
{
x
:
number
;
y
:
number
}
;
cropPadding
?:
{
x
:
number
;
y
:
number
}
;
delay
?:
number
;
feedbackStrokeColor
?:
string
;
height
?:
number
;
inactiveStrokeColor
?:
string
;
maxHeightPercent
?:
string
;
maxWidthPercent
?:
string
;
offset
?:
{
x
:
number
;
y
:
number
}
;
outerAlpha
?:
number
;
outerColor
?:
string
;
ratioFromSize
?:
{
height
:
number
;
width
:
number
}
;
strokeColor
?:
string
;
strokeWidth
?:
number
;
style
?:
"rect"
|
"contour_rect"
;
width
?:
number
;
}
;
scanFeedback
?:
{
animation
?:
"traverse_multi"
;
animationDuration
?:
number
;
beepOnResult
?:
boolean
;
blinkAnimationOnResult
?:
boolean
;
cornerRadius
?:
number
;
fillColor
?:
string
;
strokeColor
?:
string
;
strokeWidth
?:
number
;
style
?:
"rect"
|
"contour_rect"
;
timeout
?:
number
;
vibrateOnResult
?:
boolean
;
}
;
}
Index
Properties
cutout
Config
scan
Feedback?
Properties
cutout
Config
cutoutConfig
:
{
alignment
?:
"center"
|
"top_half"
|
"bottom_half"
;
animation
?:
string
;
cornerRadius
?:
number
;
cropOffset
?:
{
x
:
number
;
y
:
number
}
;
cropPadding
?:
{
x
:
number
;
y
:
number
}
;
delay
?:
number
;
feedbackStrokeColor
?:
string
;
height
?:
number
;
inactiveStrokeColor
?:
string
;
maxHeightPercent
?:
string
;
maxWidthPercent
?:
string
;
offset
?:
{
x
:
number
;
y
:
number
}
;
outerAlpha
?:
number
;
outerColor
?:
string
;
ratioFromSize
?:
{
height
:
number
;
width
:
number
}
;
strokeColor
?:
string
;
strokeWidth
?:
number
;
style
?:
"rect"
|
"contour_rect"
;
width
?:
number
;
}
Optional
scan
Feedback
scanFeedback
?:
{
animation
?:
"traverse_multi"
;
animationDuration
?:
number
;
beepOnResult
?:
boolean
;
blinkAnimationOnResult
?:
boolean
;
cornerRadius
?:
number
;
fillColor
?:
string
;
strokeColor
?:
string
;
strokeWidth
?:
number
;
style
?:
"rect"
|
"contour_rect"
;
timeout
?:
number
;
vibrateOnResult
?:
boolean
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cutout
Config
scan
Feedback
anyline-js
Loading...