@minecraft/server-editor
    Preparing search index...

    Interface IColorTimelinePropertyItemEntryBeta

    Properties of color timeline property item entry

    interface IColorTimelinePropertyItemEntry {
        id: string;
        time: number;
        value: RGBA;
    }
    Index

    Properties

    Properties

    id: string
    time: number
    value: RGBA