型・APIリファレンス
Preparing search index...
UndoRedoAction
Interface UndoRedoAction
Undo/Redo アクション(各編集操作の復元処理)
interface
UndoRedoAction
{
redo
:
()
=>
void
;
undo
:
()
=>
void
;
}
Index
Properties
redo
undo
Properties
redo
redo
:
()
=>
void
操作を再実行する
undo
undo
:
()
=>
void
操作を元に戻す
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
redo
undo
型・APIリファレンス
Loading...
Undo/Redo アクション(各編集操作の復元処理)