### <a name="getComponentDefinitionById"></a> getComponentDefinitionById

The getComponentDefinitionById method takes a component id (string) as argument and it returns the [componentDefinition](#component-definitions) with the passed id.


```javascript
var componentDefinition = componentManager.getComponentDefinitionById('my-component-id');
```
