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

redoActionIsDiscardable

Boolean value that indicates whether the next redo action is discardable. 次のやり直しアクションが利用できなくされるかどうかを指し示すブール値。

Declaration 宣言

var redoActionIsDiscardable: Bool { get }

Discussion 議論

true if the action is discardable; false otherwise. true、もし動作が廃棄可能であるならば;そうでなければfalse

Specifies that the latest redo action may be safely discarded when a document can not be saved for any reason. These are typically actions that don’t affect persistent state. ある書類が何らかの理由のために保存されることができない場合に、最後のやり直し操作が安全に廃棄されるかもしれないことを指定します。それらは、概して永続的な状態に影響を及ぼさない動作です。

An example might be an redo action that changes the viewable area of a document. ひとつの例は、ある書類の可視領域を変更するやり直し動作であるかもしれません。

See Also 参照

Discardable Undo and Redo Actions 取り消しとやり直しアクションを利用できなくする