screeps-api
    Preparing search index...

    Interface ColorProperty

    A configurable color property of a Decoration.

    It should accept any valid web color value.

    interface ColorProperty {
        default: string;
        label: boolean;
        readonly: boolean;
        type: "color";
    }

    Hierarchy (View Summary)

    Index

    Properties

    default: string

    Web color format

    label: boolean
    readonly: boolean
    type: "color"