interface AnimationSequenceData {
    animFlags: ("none" | "traveling" | "useLedIndices")[];
    animations: {
        delay: number;
        uuid: string;
    }[];
    category: "system" | "uniform" | "colorful" | "flashy" | "animated";
    dieType: "unknown" | "d4" | "d6" | "d8" | "d10" | "d00" | "d12" | "d20" | "d6pipped" | "d6fudge";
    duration: number;
    name: string;
    uuid: string;
}

Hierarchy (view full)

Properties

animFlags: ("none" | "traveling" | "useLedIndices")[]
animations: {
    delay: number;
    uuid: string;
}[]

Type declaration

  • delay: number
  • uuid: string
category: "system" | "uniform" | "colorful" | "flashy" | "animated"
dieType: "unknown" | "d4" | "d6" | "d8" | "d10" | "d00" | "d12" | "d20" | "d6pipped" | "d6fudge"
duration: number
name: string
uuid: string