Skip to content 

IRevertable Interface

Packages > @fluidframework/matrix > IRevertable

Signature:

export interface IRevertable 

Methods

List of methods of this class
Method Description
disgard()
revert()

Methods

disgard

Signature:

disgard(): any;

Returns:

any

revert

Signature:

revert(): any;

Returns:

any