Skip to content

SimplDashboardsNgModule Type documentation

Types Documentation

Dashboard configuration object. Inject globally using the SI_DASHBOARD_CONFIGURATION or configure individual dashboard instances.
Injection token to configure dashboards. Use { provide: SI_DASHBOARD_CONFIGURATION, useValue: config } in your app configuration.
Configuration object for the si-grid component, including the options of gridstack.
Properties
The configuration options of gridstack.
gridStackOptions?: GridStackOptions
imported from gridstack
Constructor
() => {}
Methods
Deprecated: The module configuration forRoot is not needed any more. You can use the injection tokens SI_DASHBOARD_CONFIGURATION and SI_WIDGET_STORE direct in your app configuration. We migrated to standalone components already and will delete this module definition later.
Parameters
Parameter: { config: Config, dashboardApi: Provider }

Except where otherwise noted, content on this site is licensed under MIT License.