Instance Property インスタンスプロパティ

groupingLevel

The number of nested undo groups (or redo groups, if Redo was invoked last) in the current event loop. 現在のイベントループの中の入れ子にされた取り消しグループ(またはやり直しグループ、もし「やり直す」が最後に発動されたならば)の数。

Declaration 宣言

var groupingLevel: Int { get }

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 取り消しグループを作成する

Related Documentation 関連文書