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