---
title: "Blok UI API — nodes and editor elements"
description: "Access the editor's DOM nodes: the wrapper, the redactor, and the holder of the current block."
source: https://blokeditor.com/docs/ui-api/
lastmod: 2026-09-07
---

Framework JavaScript

Interface UI

On this page nodes.wrapper

# UI API: reach the editor's DOM nodes

Access to Blok UI elements and state.

[Edit this page on GitHub](https://github.com/JackUait/blok/blob/main/docs/src/components/api/api-data.ts)

## Properties

| Property | Type | Description |
| --- | --- | --- |
| `nodes.wrapper` | `HTMLElement` | Top-level blok instance wrapper |
| `nodes.redactor` | `HTMLElement` | Element that holds all the blocks |
| `isMobile` | `boolean` | Whether Blok is in mobile mode |
