# unresolveLayout

Canonical: https://docs.shumoku.dev/en/library/api/unresolveLayout
Language: en

@shumoku/core · 0.4.0 · function

# unresolveLayout

[Source](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/resolve.ts#L127)

Convert a ResolvedLayout back to a legacy LayoutResult. Used for backward compatibility with existing renderers.

```
unresolveLayout(resolved: ResolvedLayout): LayoutResult
```

## Parameters

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `resolved` | `ResolvedLayout` | No additional description. | `—` |

## Returns

```
LayoutResult
```

[`libs/@shumoku/core/src/layout/resolve.ts:127`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/resolve.ts#L127)
