Interface
A part of one single expression.
Properties
Property | Type | Notes |
---|---|---|
string | Data source used by the expression part. | |
string | The expression part shows in user interface. | |
boolean | We can get a feature set from one data source, even with only one feature in the set.
When a single feature is needed, we will use the first line of the feature set as default.
However, if | |
string | Field used by the expression part. | |
Expression part type. |
isFromRepeatedDataSourceContext
isFromRepeatedDataSourceContext: boolean
We can get a feature set from one data source, even with only one feature in the set.
When a single feature is needed, we will use the first line of the feature set as default.
However, if isFromRepeatedDataSourceContext
is true
, we will use the feature provided by the repeated data source context.
type
Interface Propertytype: ExpressionPartType
Expression part type.