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.