Search
Preparing search index...
The search index is not available
@aerisweather/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
SVGCircleOptions
Interface SVGCircleOptions
A data type that represents SVG circle configuration options.
Hierarchy
SVGShapeOptions
SVGCircleOptions
Index
Properties
center
fill
position
radius
size
stroke
transform
translate
Properties
Optional
center
center
:
Point
Optional
fill
fill
:
{
color
?:
string
;
opacity
?:
number
}
Type declaration
Optional
color
?:
string
Optional
opacity
?:
number
Optional
position
position
:
AnchorType
|
Point
Optional
radius
radius
:
number
Optional
size
size
:
number
[]
Optional
stroke
stroke
:
{
color
?:
string
;
opacity
?:
number
;
width
?:
number
}
Type declaration
Optional
color
?:
string
Optional
opacity
?:
number
Optional
width
?:
number
Optional
transform
transform
:
string
Optional
translate
translate
:
Point
Globals
SVGCircle
Options
center
fill
position
radius
size
stroke
transform
translate
Generated using
TypeDoc
A data type that represents SVG circle configuration options.