SW Combine SDK
    Preparing search index...

    Interface EntityStat

    Entity stat with current value and max

    interface EntityStat {
        attributes: { max: number };
        value: number;
    }
    Index

    Properties

    Properties

    attributes: { max: number }
    value: number