File Action Type
FileActionType is an enum that describes the types of actions that can be requested occur when interacting with an AvailFile.
Author
Richard Arriaga
Entries
Link copied to clipboard
Content copied to clipboard
Redo the most recently undoneFileAction.
Link copied to clipboard
Content copied to clipboard
Undo the most recently performed EDIT_RANGE.
Link copied to clipboard
Content copied to clipboard
This is an EDIT_RANGE but overwrites the entire file.
Link copied to clipboard
Content copied to clipboard
Effectively, it removes data from the insertion start position until the insertion end point. Then it splits the file at insertion start point, inserting the data and appending the remainder of the file after the inserted data.