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

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

component

</td><td>

ComponentInstance

</td><td>

</td></tr> </tbody></table> Returns:

Map<string, ComponentEnhancer>