Preparing search index...
The search index is not available
@andrewisen/error-manager
@andrewisen/error-manager
HistoryObject
Class HistoryObject
Represents a history object with a key, title, description, and timestamp.
Implements
AbstractHistoryObject
Params
Index
Constructors
constructor
Properties
description
is
History
Object
key
timestamp
Methods
fromJSON
toJSON
Constructors
constructor
new
History
Object
(
key
,
description
?
)
:
HistoryObject
Parameters
key
:
string
Optional
description
:
string
Returns
HistoryObject
Properties
description
description
:
undefined
|
string
is
History
Object
is
History
Object
:
boolean
= true
key
key
:
string
timestamp
timestamp
:
Date
Methods
fromJSON
fromJSON
(
json
)
:
void
Parameters
json
:
string
Returns
void
toJSON
toJSON
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
description
is
History
Object
key
timestamp
fromJSON
toJSON
@andrewisen/error-manager
Loading...
Represents a history object with a key, title, description, and timestamp.