visualization-tools

Home > @visualization-tools/core > IGlAttribute > link

Links this attribute to shared state, such that a change to one attribute results in a change to all attributes.

Signature:

link(sharedState: IAttributeState<TArray>): void;

Parameters

Parameter Type Description
sharedState IAttributeState<TArray>  

Returns:

void