IAddPointsEventArgs interface

Defines the arguments of the AddPointsEvent.

Properties

endState

Indicates whether the stroke has ended (i.e. if the points were the last ones.)

points

The points that were added to the stroke.

strokeId

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

The points that were added to the stroke.

points: IPointerPoint[]

Property Value

strokeId

The id of the stroke a point has been added to.

strokeId: string

Property Value

string