Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Function getPropertyByName

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

      Parameters

      • limetype: LimeType

        The limetype containing the properties.

      • propertyName: string

        The name of the property to retrieve.

      Returns LimeProperty

      The property with the specified name.

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