Skip to content 

@fluidframework/ink Package

Packages > @fluidframework/ink

Classes

List of classes contained in this package or namespace
Class Description
Ink Inking data structure.
InkCanvas
InkFactory Factory for Ink.

Interfaces

List of interfaces contained in this package or namespace
Interface Description
IClearOperation Signals a clear operation.
IColor RGBA color.
ICreateStrokeOperation Create stroke operations notify clients that a new stroke has been created, along with basic information about the stroke.
IInk Shared data structure for representing ink.
IInkEvents
IInkPoint Data about a single point in an ink stroke
IInkStroke Represents a single ink stroke.
IPen Pen data for the current stroke
IStylusOperation Base interface for stylus operations.

Type Aliases

List of type aliases contained in this package or namespace
Type Alias Description
IInkOperation Ink operations are one of several types.

Type Aliases

IInkOperation

Ink operations are one of several types.

Signature:

export declare type IInkOperation = IClearOperation | ICreateStrokeOperation | IStylusOperation;