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

undoManager

The undo manager used to register a view’s undo operations. ビューのもつアンドゥ操作を登録するために使われるアンドゥマネージャ。

Declaration 宣言

var undoManager: UndoManager? { get }

Discussion 議論

This value is nil when the environment represents a context that doesn’t support undo and redo operations. You can skip registration of an undo operation when this value is nil. この値はnilです、環境が取り消しおよびやり直しをサポートしないある前後関係を表す場合は。あなたは、あるやり直し操作の登録を省くことが、この値がnilの場合は可能です。

See Also 参照

Global Objects