mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
[API] Dedocument Selection
...and add a description to MCT#conductor
This commit is contained in:
parent
82e5b009e8
commit
69a500bf44
@ -38,16 +38,11 @@ define([
|
|||||||
]
|
]
|
||||||
} };
|
} };
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {module:openmct.Selection}
|
|
||||||
* @memberof module:openmct.MCT#
|
|
||||||
* @name selection
|
|
||||||
*/
|
|
||||||
this.selection = new Selection();
|
this.selection = new Selection();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* MCT's time conductor, which may be used to synchronize view contents
|
||||||
|
* for telemetry- or time-based views.
|
||||||
* @type {module:openmct.TimeConductor}
|
* @type {module:openmct.TimeConductor}
|
||||||
* @memberof module:openmct.MCT#
|
* @memberof module:openmct.MCT#
|
||||||
* @name conductor
|
* @name conductor
|
||||||
|
Loading…
Reference in New Issue
Block a user