Documentation Language: Swift

Property

canRedo

Indicates whether the command can be redone after being undone.

@MainActor override var canRedo: Bool { get }

Discussion

Commands that can be undone should generally support redo, but this may not always be the case.