Expand all

ve.ui.HistoryAction

Extends

Constructor

new ve.ui.HistoryAction(surface, [source]) #

History action.

Parameters:

Name Type Attributes Description
surface ve.ui.Surface

Surface to act on

source string optional
Source:
History action.

Methods

redo() → {boolean} #

Step forwards in time.

Source:

Returns:

Action was executed

Type
boolean
Step forwards in time.

undo() → {boolean} #

Step backwards in time.

Source:

Returns:

Action was executed

Type
boolean
Step backwards in time.