mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
[Time Conductor] Add JSDoc
Add typedefs relevant to the date aggregator; in particular, document properties used to determine how to format timestamps associated with a telemetry point.
This commit is contained in:
@ -31,7 +31,9 @@ define([
|
||||
* Formats dates for display and parses dates from user input,
|
||||
* varying by a chosen time system.
|
||||
*
|
||||
* Time systems are typically domain keys from telemetry metadata.
|
||||
* Time systems are typically specified as `system` properties
|
||||
* of domains in {@link TelemetryDomainMetadata}.
|
||||
*
|
||||
* If omitted/left undefined, the time system is presumed to be UTC time,
|
||||
* with its numeric interpretation being milliseconds since the
|
||||
* start of 1970.
|
||||
|
Reference in New Issue
Block a user