Documentation
    Preparing search index...

    Base class for classes used to create and edit animations.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalopt: {
            brightness?: number;
            colorway?:
                | "custom"
                | "unknown"
                | "onyxBlack"
                | "hematiteGrey"
                | "midnightGalaxy"
                | "auroraSky"
                | "clear"
                | "whiteAurora"
                | "electricGalaxy";
            creationDate?: Date;
            description?: string;
            dieType?: | "unknown"
            | "d4"
            | "d6"
            | "d8"
            | "d10"
            | "d00"
            | "d12"
            | "d20"
            | "d6pipped"
            | "d6fudge";
            lastModified?: Date;
            name?: string;
            rules?: Profiles.Rule[];
            uuid?: string;
        }

      Returns Profiles.Profile

    Properties

    brightness: number
    colorway:
        | "custom"
        | "unknown"
        | "onyxBlack"
        | "hematiteGrey"
        | "midnightGalaxy"
        | "auroraSky"
        | "clear"
        | "whiteAurora"
        | "electricGalaxy"
    creationDate: Date
    description: string
    dieType:
        | "unknown"
        | "d4"
        | "d6"
        | "d8"
        | "d10"
        | "d00"
        | "d12"
        | "d20"
        | "d6pipped"
        | "d6fudge"
    lastModified: Date
    name: string
    rules: Profiles.Rule[]

    Accessors

    • get uuid(): string

      Returns string

    Methods

    • Parameters

      • actionId: number

      Returns ActionRunOnDevice | undefined

    • Parameters

      • type: "none" | "playAnimation" | "playAudioClip" | "makeWebRequest" | "speakText"

      Returns boolean