[API] Describe composition property

This commit is contained in:
Victor Woeltjen 2016-09-07 11:06:27 -07:00
parent c6baf2dc1f
commit 631c4b5dda

View File

@ -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
*/ */