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

    Interface INumberTimelinePropertyItemEntryBeta

    Properties of the Number timeline property item entry

    interface INumberTimelinePropertyItemEntry {
        color?: RGBA;
        id: string;
        time: number;
        value: number;
    }
    Index

    Properties

    Properties

    color?: RGBA
    id: string
    time: number
    value: number