screeps-api
    Preparing search index...

    Interface StringProperty

    A configurable string property of a Decoration

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

    Hierarchy (View Summary)

    Index

    Properties

    default: string
    label: boolean
    readonly: boolean
    type: "string"