Home > @i2analyze/notebook-sdk > app > IUntrackedMutations
app.IUntrackedMutations interface
A set of methods for performing untracked mutations, which do not require an entry in the undo stack.
Signature:
interface IUntrackedMutations extends IMutationsBase
Extends: IMutationsBase
Introduced: version 1.1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| selection | readonly |
ISelectionEditor | Gets an object that provides methods for modifying chart selection. (Inherited from IMutationsBase) |
| status | readonly |
IStatus | Gets an object that provides methods for communicating progress information to users. (Inherited from IMutationsBase) |
| view | readonly |
IViewEditor | Gets an object that provides methods for modifying the chart view. (Inherited from IMutationsBase) |
Methods
| Method | Description |
|---|---|
| editEdgeSummary(edge) | Gets an object with methods for editing the appearance of an edge summary. |