> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# getFocusBlockObject

> `const` **getFocusBlockObject**: `EditorSelector`\<\{ `node`: `PortableTextObject`; `path`: `BlockPath`; \} \| `undefined`\>

Defined in: selector.get-focus-block-object.ts:17

Returns the void block object containing the focus selection, resolved at
any depth.

Excludes text blocks and editable containers (which have their own children
and are not "void"). When the focus is at root, behavior is unchanged.