Skip to main content
Version: v1

IUndoConsumer Interface

Signature

export interface IUndoConsumer

Methods

Method Return Type Description
pushToCurrentOperation(revertible) any

Method Details

pushToCurrentOperation

Signature
pushToCurrentOperation(revertible: IRevertible): any;

Parameters

Parameter Type Description
revertible IRevertible

Returns

Return type: any