@rendley/sdk - v1.15.5
    Preparing search index...

    Interface PropertyTrack

    Serialized animation track for one property on a clip.

    interface PropertyTrack {
        customData?: Map<string, unknown>;
        defaults?: TrackDefaults;
        keyframes: PropertyKeyframe[];
        property: string;
        type: PropertyDescriptionTypeEnum;
    }
    Index

    Properties

    customData?: Map<string, unknown>
    defaults?: TrackDefaults
    keyframes: PropertyKeyframe[]
    property: string