FileActionType

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

Represents the canonical non-action when nothing is to be done.

Link copied to clipboard

Save the AvailFile to disk.

Link 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.

Link copied to clipboard

This is an EDIT_RANGE but overwrites the entire file.

Link copied to clipboard

Undo the most recently performed EDIT_RANGE.

Link copied to clipboard

Redo the most recently undone FileAction.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.