SaveDashboardExtension Methods
A Web Dashboard extension that allows you to save the current dashboard.| Name | Description |
|---|---|
| ensureDashboardSaved(Action) | Allows you to invoke a custom function while you save a dashboard. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| performSaveDashboard(String, String) | Allows you to save the current dashboard with a specified unique name and JSON model. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| saveDashboard() | Saves the opened dashboard. |
| start() | Contains code that will be invoked when you register the dashboard extension. Inherited from IExtension. |
| stop() | Contains code that will be invoked when you unregister the dashboard extension. Inherited from IExtension. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also