# unresolveLayout

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

@shumoku/core · 0.4.0 · function

# unresolveLayout

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

APIの説明は英語のcanonical sourceを表示しています。

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

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

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |
| `resolved` | `ResolvedLayout` | 追加説明はありません。 | `—` |

## 戻り値

```
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)
