Overview
The Corvina Widget SDK is a set of tools to create widgets for Corvina dashboards. The SDK is based on Vue.js and TypeScript.
Introduction
Corvina's web application includes a dashboard editor. With a dashboard, you can create a visual representation of your data. The dashboard is composed of a set of graphical components called widgets. Every widget has a set of properties that can be connected to data or other widgets properties.
Motivation
Corvina has a limited set of default widgets. To extend the set of widgets you can create your own widgets using the Corvina SDK.
Corvina Dashboard
A dashboard is composed of a set of widgets organized in a parent-child hierarchy.
Corvina Widget
A widget is the base graphic building block of a dashboard. The widget has a set of properties that can be connected to data or used to configure widget style, color, etc...