Class: RemoveCommand

RemoveCommand

new RemoveCommand

図形要素の削除を行うコマンド

Parameters:
Name Type Description
commandData Object コマンドデータオブジェクト。RemoveCommandクラスでは以下のようなプロパティを持つオブジェクトを指定してください。

{
	shape: 削除するArtShape
}

Extends

Methods

getShape

コマンドと紐づくArtShapeオブジェクトを取得する

Returns:
Type
ArtShape