Class TimeSeriesModel<ChildClass>

Type Parameters

  • ChildClass

Hierarchy (view full)

Constructors

Properties

id: string
params: any
timestamp: Date
value: number
_BANNED_KEYS: string[] = ...
_collection: string = null

Methods

  • Type Parameters

    • T extends object

    Parameters

    • constructor: (new () => T)
        • new (): T
        • Returns T

    Returns Record<string, {
        annotationType: string;
        metadata: any;
    }>

Generated using TypeDoc