Preparing search index...
The search index is not available
@penrose/bloom
@penrose/bloom
Circle
Interface Circle
interface
Circle
{
center
:
Vec2
;
drag
:
boolean
;
dragConstraint
:
DragConstraint
;
ensureOnCanvas
:
boolean
;
fillColor
:
Color
;
interactiveOnly
:
boolean
;
name
:
string
;
r
:
Num
;
shapeType
:
Circle
;
strokeColor
:
Color
;
strokeDasharray
:
string
;
strokeStyle
:
string
;
strokeWidth
:
Num
;
}
Hierarchy (
view full
)
ShapeCommon
Stroke
Fill
Center
Circle
Index
Properties
center
drag
drag
Constraint
ensure
On
Canvas
fill
Color
interactive
Only
name
r
shape
Type
stroke
Color
stroke
Dasharray
stroke
Style
stroke
Width
Properties
center
center
:
Vec2
drag
drag
:
boolean
drag
Constraint
drag
Constraint
:
DragConstraint
ensure
On
Canvas
ensure
On
Canvas
:
boolean
fill
Color
fill
Color
:
Color
interactive
Only
interactive
Only
:
boolean
name
name
:
string
r
r
:
Num
shape
Type
shape
Type
:
Circle
stroke
Color
stroke
Color
:
Color
stroke
Dasharray
stroke
Dasharray
:
string
stroke
Style
stroke
Style
:
string
stroke
Width
stroke
Width
:
Num
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
drag
drag
Constraint
ensure
On
Canvas
fill
Color
interactive
Only
name
r
shape
Type
stroke
Color
stroke
Dasharray
stroke
Style
stroke
Width
@penrose/bloom
Loading...