undoHistory

書式

app.undoHistory

説明

undoHistoryは取り消しの履歴(文字列)を示します。戻り値は配列になります。
var list=app.undoHistory;
alert(list.length);

目次に戻る