mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[API] Describe composition property
This commit is contained in:
parent
c6baf2dc1f
commit
631c4b5dda
@ -197,6 +197,9 @@ define([
|
|||||||
* object
|
* object
|
||||||
* @property {number} [modified] the time, in milliseconds since the UNIX
|
* @property {number} [modified] the time, in milliseconds since the UNIX
|
||||||
* epoch, at which this domain object was last modified
|
* epoch, at which this domain object was last modified
|
||||||
|
* @property {module:openmct.ObjectAPI~Identifier[]} [composition] if
|
||||||
|
* present, this will be used by the default composition provider
|
||||||
|
* to load domain objects
|
||||||
* @typedef DomainObject
|
* @typedef DomainObject
|
||||||
* @memberof module:openmct
|
* @memberof module:openmct
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user