type EditMode = "Transform" | "Crop" | "Text" | "Playback" | "Trim" | string & object;
Represents the current edit mode of the editor.
type EditMode = "Transform" | "Crop" | "Text" | "Playback" | "Trim" | string & object;
Represents the current edit mode of the editor.