A simple key value store that can be referred to from the timeline objects

Hierarchy

  • Datastore

Indexable

[datastoreKey: string]: {
    modified: number;
    value: any;
}
  • modified: number

    A unix-Timestamp of when the value was set. (Note that this must not be set a value in the future.)

  • value: any

    The value that will replace a value in the Timeline-object content

Generated using TypeDoc