Home > @uniformdev/canvas > EnhancerBuilder > resolveComponentEnhancers
EnhancerBuilder.resolveComponentEnhancers() method
Resolves component enhancer(s) for a given component. Returns a Map where the key is the name of the data property and the value is the enhancer.
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| component | ComponentInstance |
Returns:
Map<string, ComponentEnhancer>