InsertAction

Action to record the fact of models inserting into a store.

Configs

5

Models move context (if models has been moved), if any. Map this Model instances as keys and their previous index as values

Index the models have been inserted at.

List of models inserted into the store.

silent: Boolean= falseAlso a property

Flag showing if undo/redo should be done silently i.e. with events suppressed

Reference to a store that models have been inserted into.

Properties

8

Class hierarchy

isInsertAction: Boolean= truereadonly
Identifies an object as an instance of InsertAction class, or subclass thereof.
isInsertAction: Boolean= truereadonlystatic
Identifies an object as an instance of InsertAction class, or subclass thereof.

Other

Models move context (if models has been moved), if any. Map this Model instances as keys and their previous index as values

insertIndex: NumberreadonlyAlso a config

Index the models have been inserted at.

List of models inserted into the store.

silent: Boolean= falsereadonlyAlso a config

Flag showing if undo/redo should be done silently i.e. with events suppressed

Reference to a store that models have been inserted into.

typeActionBase

Functions

2
redoActionBase
undoActionBase