# snk-layout-form-config



<!-- Auto Generated Below -->


## Properties

| Property          | Attribute | Description | Type                | Default     |
| ----------------- | --------- | ----------- | ------------------- | ----------- |
| `messagesBuilder` | --        |             | `SnkMessageBuilder` | `undefined` |


## Methods

### `save() => Promise<void>`

Salva o tipo de layout escolhido. Sem retorno.

#### Returns

Type: `Promise<void>`




## Dependencies

### Used by

 - [snk-configurator](../snk-configurator)

### Depends on

- [snk-view-representation](snk-view-representation)

### Graph
```mermaid
graph TD;
  snk-layout-form-config --> snk-view-representation
  snk-configurator --> snk-layout-form-config
  style snk-layout-form-config fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


