Sports Lib API - v21.3.0
    Preparing search index...

    Interface ThreeDimensionalCapacityComponent

    Readiness and value for one capacity component.

    interface ThreeDimensionalCapacityComponent {
        reason: ThreeDimensionalCapacityReason | null;
        status: ThreeDimensionalCapacityComponentStatus;
        value: number | null;
    }
    Index

    Properties

    Properties

    value: number | null