Search
Preparing search index...
The search index is not available
@aerisweather/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
SVGShapeOptions
Interface SVGShapeOptions
A data type that represents SVG shape configuration options.
Hierarchy
SVGShapeOptions
SVGRectOptions
SVGCircleOptions
SVGPathOptions
Index
Properties
fill
position
size
stroke
transform
translate
Properties
Optional
fill
fill
:
{
color
?:
string
;
opacity
?:
number
}
Type declaration
Optional
color
?:
string
Optional
opacity
?:
number
Optional
position
position
:
AnchorType
|
Point
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
SVGShape
Options
fill
position
size
stroke
transform
translate
Generated using
TypeDoc
A data type that represents SVG shape configuration options.