Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ILength

    Describes an absolute or relative length. A length contains a numeric value and the unit of that value.

    interface ILength {
        unit: LengthUnit;
        value: number;
    }

    Properties

    1

    value: number

    0