Interface ReadableDefinition

interface ReadableDefinition {
    color: Color;
    contents: string;
    height: number;
    horizontalAlignment: "center" | "left" | "right";
    imagePath: string;
    interactText: string;
}

Hierarchy (view full)

Properties

color: Color
contents: string
height: number
horizontalAlignment: "center" | "left" | "right"
imagePath: string
interactText: string