RSX Code Reference
    Preparing search index...

    Class UndoableCommandBase

    A command used for undo/redo purposes. It records a change occurring on some object and allows you to apply or revert that change as needed.

    Hierarchy (View Summary)

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns UndoableCommandBase

    • get description(): string

      Get the description of the command.

      Returns string