Spanda

Control Center Plugins

Control Center UI plugins extend the operator console with dashboards, entity views, and configuration pages.

Plugin type

[plugin]
type = "control-center-ui"

Contributions

[control_center]
panels = [
  { id = "vitals-dashboard", title = "Vitals Dashboard", component = "VitalsDashboard" }
]
entity_tabs = [
  { id = "patient-vitals", title = "Vitals", component = "PatientVitalsTab" }
]
routes = [
  { path = "/plugins/vitals", title = "Vitals" }
]

Examples

Install

spanda plugin install --path examples/plugins/healthcare-plugin
spanda plugin enable spanda-plugin-healthcare

UI plugins use the same capability and security model as other plugins. See plugin-security.md.