Lime Web Components API Documentation - v7.2.0
    Preparing search index...

    Function getPropertyByName

    • Retrieves a property from a limetype by its name.

      Parameters

      • limetype: LimeType

        The limetype containing the properties.

      • propertyName: string

        The name of the property to retrieve.

      Returns LimeProperty | undefined

      The property with the specified name, or undefined if no property with that name exists on the limetype.