Defines the properties related to actions performed within the Image Editor. This interface encapsulates the details of various actions that can be performed on an image, such as cropping, drawing annotations, applying filters, and fine-tuning. It provides a structured way to access and manage the state and data associated with these actions.
string
Represents an action performed within the Image Editor. Specifies an editing action, such as cropping, drawing annotations, applying filters, undoing or redoing changes, or any other modification made to the image.
object
| RotateEventArgs
| FlipEventArgs
| CropEventArgs
| FinetuneEventArgs
| FrameChangeEventArgs
| ImageFilterEventArgs
| PanEventArgs
| ResizeEventArgs
| ShapeChangeEventArgs
| ZoomEventArgs
Represents the event arguments for actions performed in the image editor, such as applying a shape, redaction, frame, filter, fine-tuning adjustments, resizing, zooming, or cropping. This property provides detailed information about the specific action taken, including related details for shapes, redactions, frames, filters, fine-tuning, cropping, resizing, and zooming.