Category / Section
How Can I Use the JavaScript API to Integrate Bold BI Components
Published:
Bold BI components can be integrated into your web application using JavaScript API. This integration allows for seamless embedding of various components into your application, such as:
- Dashboard
- Designer
- Widget
- Pinboard
- Connection
- Datasource
The following table provides the necessary APIs for each component:
Components | Mode | Action Method |
---|---|---|
Dashboard | BoldBI.Mode.View | loadDashboard() |
Designer | BoldBI.Mode.Design | loadDesigner() |
Widget | BoldBI.Mode.View | loadDashboardWidget() |
Pinboard | BoldBI.Mode.View | loadPinboard() |
Connection | BoldBI.Mode.Connection | loadDatasource() |
Datasource | BoldBI.Mode.DataSource | loadDatasource() |
Note: In addition to these, we have provided support for managing the components using specific APIs in Members, Events, and Methods.