ExpressionResolverComponent: 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.
Expression
useDataSources
expression
widgetId
onChange
1 import { ExpressionResolverComponent } from 'jimu-core'
1
Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.
ExpressionResolverComponent: FC<WithIntlProps<Omit<ExpressionResolverComponentProps & ExtraProps, "repeatedDataSource">>> & {} = ...
The component is used to resolve
Expression
. In most cases, passing onuseDataSources
,expression
andwidgetId
, you can get the resolved result in the functiononChange
.