Class SetProperties<T>

An undoable command that changes the value of a set of object properties.

Type Parameters

  • T

    The type of the object to change

Hierarchy

Constructors

Properties

_newvalues: Partial<T>
compositeCmds: SetProperty<T, keyof T>[]
obj: T
status: CmdStatus

The state of the command.

Accessors

Methods

  • Actions may need to create a memento before their first execution. This is the goal of the operation that should be overridden. This operator is called a single time before the first execution of the command.

    Returns void

Generated using TypeDoc