visualization-tools

Home > @visualization-tools/core > ITransformComponentFactory

ITransformComponentFactory interface

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> 

Properties

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.

Methods

Method Description
addToChart(transformFactory)  
createOne(binder)