Preparing search index...
The search index is not available
Newcar API References
Newcar API References
newcar
ArrowOptions
Interface ArrowOptions
Represents options that can be applied to an arrow figure.
interface
ArrowOptions
{
centerX
?:
number
;
centerY
?:
number
;
children
?:
Widget
[]
;
progress
?:
number
;
style
?:
ArrowStyle
;
x
?:
number
;
y
?:
number
;
}
Hierarchy (
view full
)
FigureOptions
ArrowOptions
Index
Properties
centerX?
centerY?
children?
progress?
style?
x?
y?
Properties
Optional
centerX
centerX
?:
number
Optional
centerY
centerY
?:
number
Optional
children
children
?:
Widget
[]
Optional
progress
progress
?:
number
Optional
style
style
?:
ArrowStyle
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
centerX
centerY
children
progress
style
x
y
Newcar API References
Loading...
Represents options that can be applied to an arrow figure.