Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for data relevant to an item's display/rendering.

Hierarchy

Index

Properties

Color?: string

A hex color associated with this item, for use as e.g. an accent color in its display.

pattern

^#[A-f0-9][A-f0-9][A-f0-9][A-f0-9][A-f0-9][A-f0-9]$

Icon?: string

A URL pointing to a single SVG icon.

pattern

^../../img/vector/[A-z-_0-9/]+.svg$

Images?: string[]

An array of URLs pointing to one or more WEBP images.

pattern

^../../img/raster/[A-z-_0-9/]+.webp$

Title?: string

The title of this item as it appears printed in the rulebook. Intended for use as the item's header, label, etc.

Generated using TypeDoc