Skip to content 

IUndoConsumer Interface

Packages > @fluidframework/matrix > IUndoConsumer

Signature:

export interface IUndoConsumer 

Methods

List of methods of this class
Method Description
pushToCurrentOperation(revertible)

Methods

pushToCurrentOperation

Signature:

pushToCurrentOperation(revertible: IRevertable): any;

Parameters

List of parameters
Parameter Type Description
revertible IRevertable

Returns:

any