interface WidgetRestoreReport {
    applied: boolean;
    chart?: RestoreReport;
    reason?: string;
}

Properties

applied: boolean

The engine's own report for the chart half, when it was reached.

reason?: string