Home > @i2analyze/notebook-sdk > app > IMutationsBase
app.IMutationsBase interface
A set of methods for performing tracked or untracked mutations, organized by what they affect.
Signature:
interface IMutationsBase
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
selection | readonly |
ISelectionEditor | Gets an object that provides methods for modifying chart selection. |
status | readonly |
IStatus | Gets an object that provides methods for communicating progress information to users. |
view | readonly |
IViewEditor | Gets an object that provides methods for modifying the chart view. |