Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropertyHistory

Hierarchy

  • PropertyHistory

Index

Properties

Private _currentPos

_currentPos: number = -1

Private _entries

_entries: PropertyHistoryEntry[] = []

Accessors

currentPos

  • get currentPos(): number
  • Returns number

entries

Methods

add

clean

  • clean(): void
  • Returns void

hasNext

  • hasNext(): boolean
  • Returns boolean

hasPrevious

  • hasPrevious(): boolean
  • Returns boolean

next

previous