An object containing references to the datastore

Hierarchy

  • TimelineDatastoreReferences

Indexable

[localPath: string]: {
    datastoreKey: string;
    overwrite: boolean;
}
  • datastoreKey: string

    Reference to the Datastore key where to fetch the value

  • overwrite: boolean

    If true, the referenced value in the Datastore is only applied after the timeline-object has started (ie a later-started timeline-object will not be affected)

Generated using TypeDoc