screeps-api
    Preparing search index...

    Interface NumberProperty

    A configurable number property of a Decoration

    interface NumberProperty {
        default: number;
        label: boolean;
        readonly: boolean;
        type: "number";
    }

    Hierarchy (View Summary)

    Index

    Properties

    default: number
    label: boolean
    readonly: boolean
    type: "number"