ExpressionResolverComponent
constant
VariableExpressionResolverComponent: FC<WithIntlProps<Omit<ExpressionResolverComponentProps & ExtraProps, "repeatedDataSource">>> & {} = ...The component is used to resolve Expression .
In most cases, passing on useDataSources , expression and widgetId , you can get the resolved result in the function onChange .
import { ExpressionResolverComponent } from 'jimu-core'