Search
Preparing search index...
The search index is not available
react-design-editor
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
DrawingHandler
Class DrawingHandler
Hierarchy
DrawingHandler
Index
Constructors
constructor
Properties
curve
handler
orthogonal
Object literals
arrow
line
polygon
Constructors
constructor
new
Drawing
Handler
(
handler
:
Handler
)
:
DrawingHandler
Parameters
handler:
Handler
Returns
DrawingHandler
Properties
curve
curve
:
{}
Type declaration
handler
handler
:
Handler
orthogonal
orthogonal
:
{}
Type declaration
Object literals
arrow
arrow
:
object
add
Point
add
Point
(
opt
:
FabricEvent
)
:
void
Parameters
opt:
FabricEvent
Returns
void
finish
finish
(
)
:
void
Returns
void
generate
generate
(
opt
:
FabricEvent
)
:
void
Parameters
opt:
FabricEvent
Returns
void
init
init
(
)
:
void
Returns
void
line
line
:
object
add
Point
add
Point
(
opt
:
FabricEvent
)
:
void
Parameters
opt:
FabricEvent
Returns
void
finish
finish
(
)
:
void
Returns
void
generate
generate
(
opt
:
FabricEvent
)
:
void
Parameters
opt:
FabricEvent
Returns
void
init
init
(
)
:
void
Returns
void
polygon
polygon
:
object
add
Point
add
Point
(
opt
:
FabricEvent
)
:
void
Parameters
opt:
FabricEvent
Returns
void
finish
finish
(
)
:
void
Returns
void
generate
generate
(
pointArray
:
FabricObject
<
Circle
>
[]
)
:
void
Parameters
pointArray:
FabricObject
<
Circle
>
[]
Returns
void
init
init
(
)
:
void
Returns
void
Globals
Drawing
Handler
constructor
curve
handler
orthogonal
arrow
line
polygon
Generated using
TypeDoc