TTS-Mimosa Docs
    Preparing search index...

    Function _setLengthMinMax

    • Sets the length values, considering the value of present.

      Parameters

      • min: number

        The minimum length value in milimeters (mm).

      • max: number

        The maximum length value in milimeters (mm).

      • that: any

      Returns void

      Error if present is false and either min or max is not null.

      Error if min is greater than or equal to max.