Home > @i2analyze/notebook-sdk > app > IDetailedReport
app.IDetailedReport interface
A report on the result of a set of mutations that were not entirely successful. The report is typically displayed through a 'dialog'-style notification.
Signature:
interface IDetailedReport
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
details | string | Gets or sets some additional information about the mutations. | |
title | string | Gets or sets a title for the report, which is typically used as the title of a notification dialog. | |
type | 'information' | 'warning' | 'error' | Gets or sets the type of the report, which can be 'information' , 'warning' , or 'error' for an IDetailedReport . |