Home > @i2analyze/notebook-sdk > app > IMutationResult
app.IMutationResult interface
A result from a mutation.
Signature:
interface IMutationResult
Introduced: version 1.1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| change | readonly |
chart.IChartChange | Gets the changes that were caused by the mutation. If only the chart schema changed, the collections in this field are empty. |
| chartChange? | readonly |
chart.IChartChange | (Optional) Gets the chart changes that were caused by the mutation. |
| chartSchemaChange? | readonly |
schema.IChartSchemaChange | (Optional) Gets the chart schema changes that were caused by the mutation. |