IAddPointsEventArgs interface
Defines the arguments of the AddPointsEvent.
Properties
end |
Indicates whether the stroke has ended (i.e. if the points were the last ones.) |
points | The points that were added to the stroke. |
stroke |
The id of the stroke a point has been added to. |
Property Details
endState
Indicates whether the stroke has ended (i.e. if the points were the last ones.)
endState?: StrokeEndState
Property Value
points
strokeId
The id of the stroke a point has been added to.
strokeId: string
Property Value
string