@rendley/sdk - v1.15.5
    Preparing search index...

    Class UndoGroup

    Named collection of undo records that should be undone/redone as one logical operation.

    Index

    Constructors

    Properties

    Constructors

    • Creates an undo group container.

      Parameters

      • name: string

        Human-readable label describing the grouped operation.

      Returns UndoGroup

    Properties

    name: string
    records: UndoRecord[] = []