mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
9ea1d24121
DomainObjects with a context capability also gain a LocationCapability. This capability allows you to determine the location of the current instance of a domain object, and also provides methods for determining if the current instance of a domain object is a link, or if it is an original.
11 lines
236 B
JSON
11 lines
236 B
JSON
[
|
|
"actions/CopyAction",
|
|
"actions/LinkAction",
|
|
"actions/MoveAction",
|
|
"services/CopyService",
|
|
"services/LinkService",
|
|
"services/MoveService",
|
|
"services/LocationService",
|
|
"capabilities/LocationCapability"
|
|
]
|