Contents
- Properties
- blazorHistoryEntryType HistoryEntryType
- cancel boolean
- category EntryCategory
- changeType EntryChangeType
- childTable Object
- historyAction DiagramHistoryAction
- isLastPhase boolean
- isUndo boolean
- next HistoryEntry
- objectId string
- previous HistoryEntry
- previousPhase PhaseModel
- redoObject NodeModel|ConnectorModel|SelectorModel|DiagramModel
- type EntryType
- undoObject NodeModel|ConnectorModel|SelectorModel|DiagramModel|ShapeAnnotation|PathAnnotation|PointPortModel
Having trouble getting help?
Contact Support
Contact Support
HistoryEntry
23 Sep 20251 minute to read
Interface for a class HistoryEntry
Properties
blazorHistoryEntryType HistoryEntryType
Used to define the object type that is to be added into the entry.
cancel boolean
Used to stored the entry or not
category EntryCategory
Sets the category for the entry
changeType EntryChangeType
Sets the type of the object is added or remove
childTable Object
Sets the changed values to be stored in table
historyAction DiagramHistoryAction
Used to stored the added node cause.
isLastPhase boolean
Used to indicate last phase to be changed.
isUndo boolean
Set the value for undo action is activated
next HistoryEntry
Sets the next the current object
objectId string
Used to stored the which annotation or port to be changed
previous HistoryEntry
Sets the previous of the current object
previousPhase PhaseModel
Used to stored the previous phase.
redoObject NodeModel|ConnectorModel|SelectorModel|DiagramModel
Sets the changed values to be stored
type EntryType
Sets the type of the entry to be stored
undoObject NodeModel|ConnectorModel|SelectorModel|DiagramModel|ShapeAnnotation|PathAnnotation|PointPortModel
Sets the changed values to be stored