NextGIS Frontend
Preparing search index...
@nextgis/paint
CirclePaint
Interface CirclePaint
interface
CirclePaint
{
color
?:
string
|
Expression
;
extrude3d
?:
number
|
Expression
;
fill
?:
boolean
;
fillColor
?:
string
|
Expression
;
fillOpacity
?:
number
|
Expression
;
opacity
?:
number
|
Expression
;
radius
?:
number
|
Expression
;
stroke
?:
boolean
;
strokeColor
?:
string
|
Expression
;
strokeOpacity
?:
number
|
Expression
;
type
?:
"circle"
;
weight
?:
number
|
Expression
;
}
Hierarchy (
View Summary
)
BasePaint
CirclePaint
Index
Properties
color?
extrude3d?
fill?
fill
Color?
fill
Opacity?
opacity?
radius?
stroke?
stroke
Color?
stroke
Opacity?
type?
weight?
Properties
Optional
color
color
?:
string
|
Expression
Optional
extrude3d
extrude3d
?:
number
|
Expression
Optional
fill
fill
?:
boolean
Optional
fill
Color
fillColor
?:
string
|
Expression
Optional
fill
Opacity
fillOpacity
?:
number
|
Expression
Optional
opacity
opacity
?:
number
|
Expression
Optional
radius
radius
?:
number
|
Expression
Optional
stroke
stroke
?:
boolean
Optional
stroke
Color
strokeColor
?:
string
|
Expression
Optional
stroke
Opacity
strokeOpacity
?:
number
|
Expression
Optional
type
type
?:
"circle"
Optional
weight
weight
?:
number
|
Expression
stroke width TODO: rename to width *
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
extrude3d
fill
fill
Color
fill
Opacity
opacity
radius
stroke
stroke
Color
stroke
Opacity
type
weight
NextGIS Frontend
Loading...
stroke width TODO: rename to width *