Perseus
Preparing search index...
@khanacademy/perseus
<internal>
PerseusGraphTypeCircle
Type Alias PerseusGraphTypeCircle
type
PerseusGraphTypeCircle
=
{
center
?:
Coord
;
radius
?:
number
;
startCoords
?:
{
center
:
Coord
;
radius
:
number
}
;
type
:
"circle"
;
}
Index
Properties
center?
radius?
start
Coords?
type
Properties
Optional
center
center
?:
Coord
Optional
radius
radius
?:
number
Optional
start
Coords
startCoords
?:
{
center
:
Coord
;
radius
:
number
}
The initial coordinates the graph renders with.
type
type
:
"circle"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
radius
start
Coords
type
Perseus
Loading...
The initial coordinates the graph renders with.