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;
| Parameter | Type | Description |
|---|---|---|
| sharedState | IAttributeState<TArray> |
Returns:
void