# getEditorTemplate

Gets the editor template registered for a given element.
Used by AngularGridAdapter to retrieve templates at render time.

```ts
getEditorTemplate(element: HTMLElement): TemplateRef<GridEditorContext<unknown, unknown>> | undefined
```

## Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| `element` | <code>HTMLElement</code> |  |
