Skip to content 

IStylusOperation Interface

Packages > @fluidframework/ink > IStylusOperation

Base interface for stylus operations.

Signature:

export interface IStylusOperation 

Properties

List of properties of this interface
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.

Events

id

ID of the stroke this stylus operation is associated with.

Signature:

id: string;

point

The ink point appended in this operation.

Signature:

point: IInkPoint;

type

String identifier for the operation type.

Signature:

type: "stylus";