Interface ColorfulBeta

Interface for items that can have a color attribute.

interface Colorful {
    color?: string;
}

Hierarchy (view full)

Properties

Properties

color?: string

The color of the item.