Skip to content 

IPen Interface

Packages > @fluidframework/ink > IPen

Pen data for the current stroke

Signature:

export interface IPen 

Properties

List of properties of this interface
Property Type Description
color IColor Color in RGBA.
thickness number Thickness of pen in pixels.

Events

color

Color in RGBA.

Signature:

color: IColor;

thickness

Thickness of pen in pixels.

Signature:

thickness: number;