Base class for classes used to create and edit animations.

Hierarchy (view full)

Constructors

  • Parameters

    • Optional opt: {
          brightness?: number;
          colorway?: "custom" | "clear" | "unknown" | "onyxBlack" | "hematiteGrey" | "midnightGalaxy" | "auroraSky";
          creationDate?: Date;
          description?: string;
          dieType?: "unknown" | "d4" | "d6" | "d8" | "d10" | "d00" | "d12" | "d20" | "d6pipped" | "d6fudge";
          lastChanged?: Date;
          lastUsed?: Date;
          name?: string;
          rules?: EditRule[];
          uuid?: string;
      }
      • Optional brightness?: number
      • Optional colorway?: "custom" | "clear" | "unknown" | "onyxBlack" | "hematiteGrey" | "midnightGalaxy" | "auroraSky"
      • Optional creationDate?: Date
      • Optional description?: string
      • Optional dieType?: "unknown" | "d4" | "d6" | "d8" | "d10" | "d00" | "d12" | "d20" | "d6pipped" | "d6fudge"
      • Optional lastChanged?: Date
      • Optional lastUsed?: Date
      • Optional name?: string
      • Optional rules?: EditRule[]
      • Optional uuid?: string

    Returns EditProfile

Properties

brightness: number
colorway: "custom" | "clear" | "unknown" | "onyxBlack" | "hematiteGrey" | "midnightGalaxy" | "auroraSky"
creationDate: Date
description: string
dieType: "unknown" | "d4" | "d6" | "d8" | "d10" | "d00" | "d12" | "d20" | "d6pipped" | "d6fudge"
lastChanged: Date
lastUsed?: Date
name: string
rules: EditRule[]

Accessors

Methods

Generated using TypeDoc