Skip to content 

IClearOperation Interface

Packages > @fluidframework/ink > IClearOperation

Signals a clear operation.

Signature:

export interface IClearOperation 

Properties

List of properties of this interface
Property Type Description
time number Time, in milliseconds, that the operation occurred on the originating device.
type "clear" String identifier for the operation type.

Events

time

Time, in milliseconds, that the operation occurred on the originating device.

Signature:

time: number;

type

String identifier for the operation type.

Signature:

type: "clear";