screeps-api
    Preparing search index...

    Interface BooleanProperty

    A configurable boolean property of a Decoration

    interface BooleanProperty {
        default: boolean;
        label: boolean;
        readonly: boolean;
        type: "boolean";
    }

    Hierarchy (View Summary)

    Index

    Properties

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