Abstract
A unique identifier for this command.
Abstract
applyAbstract
descriptionCalled when the command is being deleted
Protected
Abstract
serializeAbstract
unapplyStatic
deserializeConvert a string
containing JSON data (or the output of JSON.parse
) into a
Command
.
Implementations should assume that data
is untrusted.
Static
registerStatic
unionUse uniteCommands
A command that can be serialized to or deserialized from JSON. To allow a command to be deserialized, SerializableCommand.register must be called for each SerializableCommand.
This is used to allow collaborative editing.