NextGIS Frontend
Preparing search index...
@nextgis/paint
Sphere3DPaint
Interface Sphere3DPaint
interface
Sphere3DPaint
{
color
?:
string
|
Expression
;
fill
?:
boolean
;
fillColor
?:
string
|
Expression
;
radius
:
number
;
stroke
?:
boolean
;
strokeColor
?:
string
|
Expression
;
strokeWidth
?:
number
|
Expression
;
type
:
"sphere"
;
}
Hierarchy (
View Summary
)
Base3DPaint
Sphere3DPaint
Index
Properties
color?
fill?
fill
Color?
radius
stroke?
stroke
Color?
stroke
Width?
type
Properties
Optional
color
color
?:
string
|
Expression
Optional
fill
fill
?:
boolean
Optional
fill
Color
fillColor
?:
string
|
Expression
radius
radius
:
number
Optional
stroke
stroke
?:
boolean
Optional
stroke
Color
strokeColor
?:
string
|
Expression
Optional
stroke
Width
strokeWidth
?:
number
|
Expression
type
type
:
"sphere"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
fill
fill
Color
radius
stroke
stroke
Color
stroke
Width
type
NextGIS Frontend
Loading...