Search
Preparing search index...
The search index is not available
@aerisweather/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
SVGPathOptions
Interface SVGPathOptions
A data type that represents SVG path configuration options.
Hierarchy
SVGShapeOptions
SVGPathOptions
Index
Properties
fill
position
size
stroke
transform
translate
view
Box
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
Optional
view
Box
view
Box
:
string
Globals
SVGPath
Options
fill
position
size
stroke
transform
translate
view
Box
Generated using
TypeDoc
A data type that represents SVG path configuration options.