Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AddComponentCommand

This command keeps track of the added components, its "do" therefore performs nothing and serves just for "undo" purpose.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _components

_components: Array<Component>

Private _stage

_stage: Stage

prev

prev: Command | null

Accessors

name

  • get name(): string

Methods

do

  • do(): void

Protected error_cannotRedo

  • error_cannotRedo(): void

Protected error_cannotUndo

  • error_cannotUndo(): void

undo

  • undo(): void

Generated using TypeDoc