mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
8 lines
258 B
Markdown
8 lines
258 B
Markdown
# My Items plugin
|
|
Defines top-level folder named "My Items" to store user-created items. Enabled by default, this can be disabled in a
|
|
read-only deployment with no user-editable objects.
|
|
|
|
## Installation
|
|
```js
|
|
openmct.install(openmct.plugins.MyItems());
|
|
``` |