UNPKG

@eclipse-emfcloud/model-manager

Version:

Command-based model editing with undo/redo.

12 lines 479 B
/** * An abstract representation of some context in which a model may be edited. * Command`s are executed on a `CoreCommandStack` in one or more contexts that they * affect, and in which contexts they may then subsequently be undone and redone. * * The semantics of an editing context, what it represents in the application, is * not defined by the framework. * * @type EditingContext */ export type EditingContext = string; //# sourceMappingURL=editing-context.d.ts.map