visualization-tools

Home > @visualization-tools/core > ILinkableBinder

ILinkableBinder interface

An automatically sharable binder.

Signature:

export interface ILinkableBinder<TComponentRenderer extends TUnknownComponentRenderer> extends IBinder<TComponentRenderer> 

Extends: IBinder<TComponentRenderer>

Properties

Property Type Description
linkId string | symbol A unique identifier for this class of linkable binder. The binders must have the same buffer format / layout.

Methods

Method Description
link(binders)