TTS-Mimosa Docs
    Preparing search index...

    Class Stipule

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Abaxial surface of stipule.

    Adaxial surface of stipule.

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

    Leaflet height in milimeters (mm).

    It should be null when present is false.

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

    Leaflet length in milimeters (mm).

    It should be null when present is false.

    Margin of stipule.

    nervation:
        | "1-nerved"
        | "3-nerved"
        | "plurinerved"
        | ("1-nerved" | "3-nerved" | "plurinerved")[]

    Nervation of Stipule.

    persistance: "persistent" | "caducous"

    Persistance of Stipule.

    present: boolean

    Stipule can be present or absent.

    If present is false, the length should be null.

    prickles: Prickles

    Prickles.

    shape:
        | "linear-subulate"
        | "lanceolate"
        | "deltate"
        | "ovate"
        | "spinniform"
        | ("linear-subulate" | "lanceolate" | "deltate" | "ovate" | "spinniform")[]

    Shape of Stipule.

    sources: Source[]

    Source.

    trichomes: Trichomes

    Trichomes.

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

    Leaflet width in milimeters (mm).

    It should be null when present is false.

    Methods

    • Sets a single value for height.

      Parameters

      • value: number

        The height value in milimeters (mm).

      Returns void

      Error if present is false and value is not null.

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

      Parameters

      • min: number

        The minimum height value in milimeters (mm).

      • max: number

        The maximum height 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.

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

    • Sets a single value for rarely maximum.

      Parameters

      • rarelyMax: number

        The rarely maximum value (integer).

      Returns void

    • Sets a single value for rarely minimum.

      Parameters

      • rarelyMin: number

        The rarely minimum value (integer).

      Returns void

    • Sets a single value for width.

      Parameters

      • value: number

        The width value in milimeters (mm).

      Returns void

      Error if present is false and value is not null.

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

      Parameters

      • min: number

        The minimum width value in milimeters (mm).

      • max: number

        The maximum width 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.