openmct/src/ui/components
Pete Richards 5eac6e646b ObjectView supports reuse and props
Update ObjectView to better support reuse in layout and preview.

Register as component, and then mount like so:
<object-view :object="domainObject"></object-view>

It will show the default view for that object.  If you want to
specify a specific view type, you can pass an optional "view" prop
which will specify the view key to load.
2018-09-14 10:50:19 -07:00
..
controls Object views (#2165) 2018-09-13 18:37:20 -07:00
inspector Vue main section overhaul (#2161) 2018-09-11 10:10:59 -07:00
layout ObjectView supports reuse and props 2018-09-14 10:50:19 -07:00
legacy Object views (#2165) 2018-09-13 18:37:20 -07:00