visualization-tools

Home > @visualization-tools/core > ILinkableGraphicsComponent

ILinkableGraphicsComponent interface

WebGl components may optionally implement this instead of IGraphicsComponent to indicate that they have linkable attributes. Use in conjunction with ILinkableBinderProvider is recommended if transforms are used.

Signature:

export interface ILinkableGraphicsComponent<TComponentRenderer extends TUnknownComponentRenderer, TUpdateArg, TEntityTraits> extends IGraphicsComponent<TComponentRenderer, TUpdateArg, TEntityTraits>, ILinkableBinderProvider<TComponentRenderer> 

Extends: IGraphicsComponent<TComponentRenderer, TUpdateArg, TEntityTraits>, ILinkableBinderProvider<TComponentRenderer>