Home > @visualization-tools/core > ITransformComponentFactory
Transforms components can define a factory / factories so that ChartTransformFactory can automatically hook these up at run time. Usage not mandatory, transforms can be registered directly with the renderer.
Signature:
export interface ITransformComponentFactory<TComponentRenderer extends TUnknownComponentRenderer>
| Property | Type | Description |
|---|---|---|
| binderId | symbol | Matches the transform to to the binders that it supports. |
| userTransformId | symbol | Matches up with the user transform symbol id. |
| Method | Description |
|---|---|
| addToChart(transformFactory) | |
| createOne(binder) |