Property
canRedo
Indicates whether the command can be redone after being undone.
@MainActor var canRedo: Bool { get }
Discussion
Commands that can be undone should generally support redo, but this may not always be the case.
Property
Indicates whether the command can be redone after being undone.
@MainActor var canRedo: Bool { get }
Commands that can be undone should generally support redo, but this may not always be the case.