# isPartOftheEditorUI

**Kind:** Function

**Source:** [`atloria-monorepo/packages/editor/src/utils/isPartOftheEditorUI.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/utils/isPartOftheEditorUI.tsx#L1)

## Signature

```ts
function isPartOftheEditorUI(element: HTMLElement | null, editorRoot: HTMLElement): boolean
```

## Parameters

| Name | Type |
|---|---|
| `element` | `HTMLElement | null` |
| `editorRoot` | `HTMLElement` |

**Returns:** `boolean`
