dev
Preparing search index...
CurveOptions
Interface CurveOptions
interface
CurveOptions
{
cps
?:
{
x
:
number
;
y
:
number
}
[]
;
invert
?:
boolean
;
openingDirection
?:
"auto"
|
"up"
|
"down"
;
position
?:
string
|
number
;
positionEnd
?:
string
|
number
;
thickness
?:
number
;
xShift
?:
number
;
yShift
?:
number
;
}
Index
Properties
cps?
invert?
opening
Direction?
position?
position
End?
thickness?
x
Shift?
y
Shift?
Properties
Optional
cps
cps
?:
{
x
:
number
;
y
:
number
}
[]
Two control points for the bezier curves.
Optional
invert
invert
?:
boolean
Optional
opening
Direction
openingDirection
?:
"auto"
|
"up"
|
"down"
Optional
position
position
?:
string
|
number
Optional
position
End
positionEnd
?:
string
|
number
Optional
thickness
thickness
?:
number
Optional
x
Shift
xShift
?:
number
Optional
y
Shift
yShift
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cps
invert
opening
Direction
position
position
End
thickness
x
Shift
y
Shift
dev
Loading...
Two control points for the bezier curves.