visualization-tools

Home > @visualization-tools/core > IGraphicsComponentStore > getComponent

IGraphicsComponentStore.getComponent() method

Signature:

getComponent(componentId: string): IGraphicsComponentSpecification<TComponentRenderer> | undefined;

Parameters

Parameter Type Description
componentId string  

Returns:

IGraphicsComponentSpecification<TComponentRenderer> | undefined