interface ProposeDeleteKeyframe {
    clipID: string;
    keyframeID: string;
    name: PROPOSE_DELETE_KEYFRAME;
    trackID: string;
}

Hierarchy (view full)

Properties

clipID: string
keyframeID: string
trackID: string