interface ProposeAddPropertyTrack {
    clipID: string;
    defaultKeyframe?: Keyframe;
    entityID: string;
    id: string;
    name: PROPOSE_ADD_PROPERTY_TRACK;
    property: string;
}

Hierarchy (view full)

Properties

clipID: string
defaultKeyframe?: Keyframe
entityID: string
id: string
property: string