Interfaces for the Video Editor Manifest

interface VideoEdit {
    params: any;
    type: "text" | "trim" | "crop" | "speed" | "overlay" | "thumbnail";
}

Properties

Properties

params: any
type: "text" | "trim" | "crop" | "speed" | "overlay" | "thumbnail"

Generated using TypeDoc