Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IHistoryManager

Implemented by

Index

Methods

canRedo

  • canRedo(): boolean
  • Returns boolean

canUndo

  • canUndo(): boolean
  • Returns boolean

clearBackwardHistories

  • Returns UIHistory[]

clearForwardHistories

  • Returns UIHistory[]

clearHistories

  • Returns UIHistory[]

getHistories

  • Returns UIHistory[]

makeFirstHistory

  • Parameters

    Returns UIHistory

makeHistory

  • Parameters

    Returns UIHistory

redo

  • Parameters

    • steps: number

    Returns Promise<UIHistory>

undo

  • Parameters

    • steps: number

    Returns Promise<UIHistory>

Generated using TypeDoc