Search Docs
Loading...
Skip to content

Type Alias: EditMode

type EditMode =
| "Transform"
| "Crop"
| "Text"
| "Playback"
| "Trim"
| "Vector"
| string & object;

Represents the current edit mode of the editor.