Home > @i2analyze/notebook-sdk > app > IDetailedReport > type
app.IDetailedReport.type property
Gets or sets the type of the report, which can be 'information'
, 'warning'
, or 'error'
for an IDetailedReport
.
Signature:
type: 'information' | 'warning' | 'error';
Returns: 'information' | 'warning' | 'error'
Introduced: version 1.1