interface ProposeAddClipToLayer {
    clipID: string;
    id: string;
    layerID: string;
    loop?: boolean;
    name: PROPOSE_ADD_CLIP_TO_LAYER;
    playAtStart?: boolean;
    setAsDefault?: boolean;
}

Hierarchy (view full)

Properties

clipID: string
id: string
layerID: string
loop?: boolean
playAtStart?: boolean
setAsDefault?: boolean