Options
All
  • Public
  • Public/Protected
  • All
Menu

Module history

Index

Interfaces

Properties

Properties

default

default: { records: HistoryRecord[]; clear: any; push: any }

Type declaration

  • records: HistoryRecord[]
  • clear: function
    • clear(): void
    • Returns void

  • push: function
    • push(content: string): void
    • Parameters

      • content: string

      Returns void

Generated using TypeDoc