Skip to main content
Version: v1

@fluidframework/ink Package

Interfaces

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.

Classes

Class Modifiers Description
Ink sealed Ink is a shared object which holds a collection of ink strokes.
InkCanvas
InkFactory sealed Factory for Ink.

Types

TypeAlias Description
IInkOperation Ink operations are one of several types.