openmct/src/plugins/summaryWidget
2019-12-06 09:45:21 -08:00
..
res Misc UI 6 (#2338) 2019-03-28 16:29:39 -07:00
src Fix lint errors (#2520) 2019-10-29 15:49:55 -07:00
test Disable broken unit tests (#2519) 2019-10-10 16:23:29 -07:00
plugin.js Remove url validation from summary widgets, webpage and hyperlink (#2312) 2019-03-18 09:45:38 -07:00
README.md Added brief readmes for all plugins. (#2184) 2018-10-03 18:55:27 -07:00
SummaryWidgetsCompositionPolicy.js [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
SummaryWidgetViewPolicy.js [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00

Summary Widget Plugin

Summary widgets can be used to provide visual indication of state based on telemetry data. They allow rules to be defined that can then be used to change the appearance of the summary widget element based on data. For example, a summary widget could be defined that is green when a temparature reading is between 0 and 100 centigrade, red when it's above 100, and orange when it's below 0.

Installation

openmct.install(openmct.plugins.SummaryWidget());