Interface
A part of one single expression.
Properties
| Property | Type | Notes |
|---|---|---|
dataSourceId | string | Data source used by the expression part. |
expinherited | string | The expression part shows in user interface. |
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 |
jimuFieldName | string | Field used by the expression part. |
type | ExpressionPartType | Expression part type. |
exp
exp: stringThe expression part shows in user interface.
isFromRepeatedDataSourceContext
isFromRepeatedDataSourceContext: booleanWe 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: ExpressionPartTypeExpression part type.