TTS-Mimosa Docs
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    are: "absent" | "present" | "present or absent"

    Is paraphillidia pair 'present', 'absent', or 'present or absent'?

    If are absent, the length should be null.

    distanceFromFirstPairOfLeaflets: DistanceFromFirstPairOfLeaflets

    Distance from pinna-pulvinus.

    distanceFromPinnaPulvinus: DistanceFromPinnaPulvinus

    Distance from pinna-pulvinus.

    length: { max?: number; min?: number; value?: number }

    Paraphillidia length in milimeters (mm).

    It should be null when present is false.

    pairLength: "unequal" | "equal"

    Pair length.

    position:
        | "closer to the first pair of leaflets"
        | "on the middle of the axis, between the pulvinus and the first pair of leaflets"
        | "immediately adjacent to the pinna pulvinus"
        | (
            | "closer to the first pair of leaflets"
            | "on the middle of the axis, between the pulvinus and the first pair of leaflets"
        )[]

    Position of paraphillidia pair.

    shape:
        | "linear"
        | "linear-subulate"
        | "lanceolate"
        | "short-triangular"
        | ("linear" | "linear-subulate" | "lanceolate" | "short-triangular")[]

    Shape of paraphillidia.

    sources: Source[]

    Source.

    trichomes: Trichomes

    Trichomes on paraphillidia.

    Methods

    • Sets a single value for length.

      Parameters

      • value: number

        The length value in milimeters (mm).

      Returns void

      Error if present is false and value is not null.

    • 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).

      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.