---
title: "init(from:)"
framework: roomplan
role: symbol
role_heading: Initializer
path: "roomplan/capturedroom/section/init(from:)"
---

# init(from:)

Creates a section by deserializing the given decoder.

## Declaration

```swift
init(from decoder: any Decoder) throws
```

## Parameters

- `decoder`: An object that the section deserializes from.
