> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Layouts

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: LayoutMatterItem

The layout item entity from Smokeball.

## Properties

### description

> **description**: `string`

Layout item description

***

### index

> **index**: `string`

Layout item index (order that it appears in).

***

### isDeleted

> **isDeleted**: `boolean`

Returns true if the item has been deleted.

***

### itemId

> **itemId**: `string`

Layout item id.

***

### layoutDesign

> **layoutDesign**: [`LayoutDesign`](./LayoutDesign)

Layout design that was used to build this item.

***

### name

> **name**: `string`

Layout item name

***

### parentId

> **parentId**: `string`

Layout item parent id.

***

### values

> **values**: [`LayoutValue`](./LayoutValue)\[]

Values for the layout item.
