Instance Property
インスタンスプロパティ
groupingLevel
The number of nested undo groups (or redo groups, if Redo was invoked last) in the current event loop.
現在のイベントループの中の入れ子にされた取り消しグループ(またはやり直しグループ、もし「やり直す」が最後に発動されたならば)の数。
Discussion
議論
An integer indicating the number of nested groups. If 0 is returned, there is no open undo or redo group.
入れ子にされたグループの数を指し示している整数。0が返されるならば、開いた取り消しまたはやり直しグループはありません。
See Also
参照
Creating Undo Groups
取り消しグループを作成する
groupsByEvent
A Boolean value that indicates whether the receiver automatically creates undo groups around each pass of the run loop.
実行ループの各通過に基づいてレシーバが自動的に取り消しグループを作成するかどうかを指し示すブール値。
Related Documentation
関連文書
levelsOfUndo
The maximum number of top-level undo groups the receiver holds.
レシーバが保持するトップレベル取り消しグループの最大数。