Home > @i2analyze/notebook-sdk > app > ISuccessReport
app.ISuccessReport interface
A report on the result of an entirely successful set of mutations. The report is typically displayed through a transient, 'toast'-style notification.
Signature:
interface ISuccessReport 
Introduced: version 1.1
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| details | string | Gets or sets some additional information about the completed mutations. | |
| type | 'success' | Gets or sets the type of the report, which must be 'success' for an ISuccessReport. |