visualization-tools

Home > @visualization-tools/core > IBinder

IBinder interface

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> 

Properties

Property Type Description
binderClassificationId symbol The classification of binder, e.g. a binder of points in 2d.

Methods

Method Description
getBinderId() A unique identifier for the program backing the binder.
initialize(componentRenderer)