# getStructuralEditorTemplate

Gets the editor template registered by the structural directive for a given column element.
Falls back to the non-structural directive registry.

```ts
getStructuralEditorTemplate(columnElement: HTMLElement): TemplateRef<StructuralEditorContext<any, any>> | undefined
```

## Parameters

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