IStylusOperation Interface
Base interface for stylus operations.
Signature
export interface IStylusOperation
Properties
Property | Type | Description |
---|---|---|
id | string | ID of the stroke this stylus operation is associated with. |
point | IInkPoint | The ink point appended in this operation. |
type | "stylus" | String identifier for the operation type. |
Property Details
id
ID of the stroke this stylus operation is associated with.
Signature
id: string;
Type: string
point
The ink point appended in this operation.
Signature
point: IInkPoint;
Type: IInkPoint
type
String identifier for the operation type.
Signature
type: "stylus";
Type: "stylus"