@fimagine/writeboard
Preparing search index...
ShapeEventMap
Interface ShapeEventMap
interface
ShapeEventMap
{
board_changed
:
CustomEvent
<
{
prev
?:
Board
;
shape
:
Shape
}
>
;
end_dirty
:
CustomEvent
<
{
prev
?:
Partial
<
IShapeData
>
;
shape
:
Shape
}
>
;
start_dirty
:
CustomEvent
<
{
prev
?:
Partial
<
IShapeData
>
;
shape
:
Shape
}
>
;
}
Index
Properties
board_
changed
end_
dirty
start_
dirty
Properties
board_
changed
board_changed
:
CustomEvent
<
{
prev
?:
Board
;
shape
:
Shape
}
>
end_
dirty
end_dirty
:
CustomEvent
<
{
prev
?:
Partial
<
IShapeData
>
;
shape
:
Shape
}
>
start_
dirty
start_dirty
:
CustomEvent
<
{
prev
?:
Partial
<
IShapeData
>
;
shape
:
Shape
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
board_
changed
end_
dirty
start_
dirty
@fimagine/writeboard
Loading...