#import <FlutterUndoManagerDelegate.h>
Instance Methods | |
| (void) | - handleUndoWithDirection: |
Properties | |
| NSUndoManager * | undoManager |
| UIView< UITextInput > * | activeTextInputView |
Protocol for undo manager changes from the FlutterUndoManagerPlugin, typically a FlutterEngine.
Definition at line 23 of file FlutterUndoManagerDelegate.h.
| - (void) handleUndoWithDirection: | (FlutterUndoRedoDirection) | direction |
Pass changes to the framework through the undo manager channel.
|
readnonatomicassign |
Used to notify the active view when undo manager state (can redo/can undo) changes, in order to force keyboards to update undo/redo buttons.
Definition at line 35 of file FlutterUndoManagerDelegate.h.
|
readnonatomicassign |
The NSUndoManager that should be managed by the FlutterUndoManagerPlugin. When the delegate is FlutterEngine this will be the FlutterViewController's undo manager.
Definition at line 29 of file FlutterUndoManagerDelegate.h.