Class LocalStorageCommandHandler

GoJS® Diagramming Components
version 3.1.0
by Northwoods Software®

This is an extension and not part of the main GoJS library. Note that the API for this class may change at any time. If you intend to use an extension in production, you should copy the code to your own source directory. See the Extensions intro page for more information.

Hierarchy (view full)

This CommandHandler class uses localStorage as the repository for the clipboard, rather than an in-memory global variable. It requires that the Diagram.model be serializable and deserializable using Model.toJson and Model.fromJson.

As of version 3.1, the functionality is built into the CommandHandler class. Enable it by setting CommandHandler.storageLocation to "localStorage". However, the functionality is duplicated here for compatibility with versions earlier than 3.1.

Index

Accessors

Methods

Constructors

Methods