Home > @visualization-tools/core > IBinder
Base data binder, provides a key which indicates that it meets a specification for binding data in e.g. shaders. This is used to match up transform components with an appropriate binder.
Signature:
export interface IBinder<TComponentRenderer extends TUnknownComponentRenderer>
| Property | Type | Description |
|---|---|---|
| binderClassificationId | symbol | The classification of binder, e.g. a binder of points in 2d. |
| Method | Description |
|---|---|
| getBinderId() | A unique identifier for the program backing the binder. |
| initialize(componentRenderer) |