screeps-api
    Preparing search index...

    Interface DecorationProperty

    A configurable property of a Decoration

    interface DecorationProperty {
        label: boolean;
        readonly: boolean;
        type: DecorationPropertyType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label: boolean
    readonly: boolean