Home > @uniformdev/canvas > ChildEnhancerBuilder
ChildEnhancerBuilder class
Builds a definition of the enhancers to run on Canvas components to add data from other systems. Note that only the first matching enhancer will be run.
Signature:
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Targets an enhancer to set a specific object key on the component's | ||
|
Targets an enhancer to modify the value of any parameter | ||
|
Targets an enhancer to modify the value of any parameter with a specific name | ||
|
Targets an enhancer to modify the value of any parameter with a specific type | ||
|
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. | ||
|
Resolves the parameter enhancer for a given parameter, if one exists. The first matching enhancer by registration order is returned, if more than one could match. |