Filter criteria for item selection

Hi,

I saw in some widgets that where an item is to be selected in the configuration, filter criteria can be set:

    - context: item
      description: Description
      label: Label
      name: name
      required: true
      type: TEXT
      filterCriteria:
        - value: Point
          name: type

I could not find any documentation how to define these filter criteria. I would like to filter for Points with the semantic property Timestamp, is that possible?

Edit: I just noticed that the code above does not seem to work anyway, at least the resulting dialogue for choosing the item still shows all item types, not only points. So my maybe more general question is how to set these filter criteria to work properly. :slight_smile:

1 Like

That’s a configuration that works in rule templates, but, to my knowledge does not work with widget properties. I don’t think that there is a possibility to filter the items list in the widget props.

1 Like

Ok, thanks!