Shefali Joshi cf3566742b
Updates copyright year to 2021 (#3699)
Co-authored-by: Deep Tailor <deep.j.tailor@nasa.gov>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2021-03-29 09:56:52 -07:00
..

Autoflow View

This plugin provides the Autoflow View for domain objects in Open MCT. This view allows users to visualize the latest values of a collection of telemetry points in a condensed list.

Installation

    openmct.install(openmct.plugins.AutoflowView({
        type: "telemetry.fixed"
    }));

Options

  • type: The object type to add the Autoflow View to. Currently supports a single value. If not provided, will make the Autoflow view available for all objects (which is probably not what you want).