Interface StandardWindowHeaderTextDescription

interface StandardWindowHeaderTextDescription {
    color?: number;
    font?: FontDescription;
    shadow?: number;
    size?: number;
    text?: string;
}

Properties

color?: number

If font is not specified, used as color value.

shadow?: number

If font is not specified, used as shadow value.

size?: number

If font is not specified, used as size value.

text?: string

Specifies header text.

"No Title"

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.