Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a data structure of snapshots, this is usually used for undo snapshots

Type parameters

  • T = string

Hierarchy

  • Snapshots

Index

Properties

autoCompleteIndex

autoCompleteIndex: number

Index of snapshot added before an auto complete action

currentIndex

currentIndex: number

Current index

Readonly maxSize

maxSize: number

Max size of all snapshots

snapshots

snapshots: T[]

The snapshot array

totalSize

totalSize: number

Size of all snapshots

Generated using TypeDoc