mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[API] Move Identifier typedef
This commit is contained in:
parent
aafd0731ec
commit
82e5b009e8
@ -125,8 +125,8 @@ define([
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a root-level object.
|
* Add a root-level object.
|
||||||
* @param {module:openmct.Identifier} id the identifier of the root-level
|
* @param {module:openmct.ObjectAPI~Identifier} id the identifier of the
|
||||||
* object to add.
|
* root-level object to add.
|
||||||
* @method addRoot
|
* @method addRoot
|
||||||
* @memberof module:openmct.ObjectAPI#
|
* @memberof module:openmct.ObjectAPI#
|
||||||
*/
|
*/
|
||||||
@ -136,8 +136,8 @@ define([
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove a root-level object.
|
* Remove a root-level object.
|
||||||
* @param {module:openmct.Identifier} id the identifier of the root-level
|
* @param {module:openmct.ObjectAPI~Identifier} id the identifier of the
|
||||||
* object to remove.
|
* root-level object to remove.
|
||||||
* @method removeRoot
|
* @method removeRoot
|
||||||
* @memberof module:openmct.ObjectAPI#
|
* @memberof module:openmct.ObjectAPI#
|
||||||
*/
|
*/
|
||||||
@ -166,7 +166,7 @@ define([
|
|||||||
* Uniquely identifies a domain object.
|
* Uniquely identifies a domain object.
|
||||||
*
|
*
|
||||||
* @typedef Identifier
|
* @typedef Identifier
|
||||||
* @memberof module:openmct
|
* @memberof module:openmct.ObjectAPI~
|
||||||
* @property {string} namespace the namespace to/from which this domain
|
* @property {string} namespace the namespace to/from which this domain
|
||||||
* object should be loaded/stored.
|
* object should be loaded/stored.
|
||||||
* @property {string} key a unique identifier for the domain object
|
* @property {string} key a unique identifier for the domain object
|
||||||
|
Loading…
Reference in New Issue
Block a user