• Retrieves a property from a limetype by its name.

    This function extracts a specific property from a given limetype based on the property's name.

    Returns

    The property with the specified name.

    Throws

    Will throw an error if the property name does not exist in the limetype.

    Parameters

    • limetype: LimeType

      The limetype containing the properties.

    • propertyName: string

      The name of the property to retrieve.

    Returns LimeProperty