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
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.
This is an EDIT_RANGE but overwrites the entire file.
Undo the most recently performed EDIT_RANGE.
Redo the most recently undone FileAction.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.