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

    Function getPropertiesByType

    • Retrieves all properties of a specific type from a limetype.

      This function filters the properties of a limetype and returns those that match the specified property type.

      Parameters

      • limetype: LimeType

        The limetype containing the properties.

      • type: PropertyType

        The type of properties to retrieve.

      Returns LimeProperty[]

      An array of properties that match the specified type.