123456789101112131415161718192021222324 |
- ---
- id: layout-layout
- title: Layout
- sidebar_label: Layout
- ---
-
- ## `id`
-
- | Type | Required | Description |
- | ------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
- | string | No | Unique id used to interact with the view via the Navigation API, usually `Navigation.mergeOptions` which accepts the componentId as it's first argument. |
-
- ## `options`
-
- | Type | Required | Description |
- | ----------------------- | -------- | ------------------------------ |
- | [Options](options-root.mdx) | No | dynamic options for the layout |
-
- ## `children`
-
- | Type | Required | Description |
- | ------------------ | -------- | ----------------------------- |
- | [Layout[]](layout-layout.mdx) | YES | Child layouts of any kind. |
|