interface ProposeAddOrModifyKeyframes {
    clipID: string;
    keyframes: {
        easing?: string;
        id: string;
        time: number;
        value: any;
    }[];
    name: PROPOSE_ADD_OR_MODIFY_KEYFRAMES;
    trackID: string;
}

Hierarchy (view full)

Properties

clipID: string
keyframes: {
    easing?: string;
    id: string;
    time: number;
    value: any;
}[]
trackID: string