# snk-simple-form-config



<!-- Auto Generated Below -->


## Properties

| Property          | Attribute     | Description                                                                            | Type                | Default     |
| ----------------- | ------------- | -------------------------------------------------------------------------------------- | ------------------- | ----------- |
| `configName`      | `config-name` | Chave que representa a configuração do formulário                                      | `string`            | `undefined` |
| `dataUnit`        | --            | Data unit responsável pelos campos disponíveis                                         | `DataUnit`          | `undefined` |
| `messagesBuilder` | --            | Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção. | `SnkMessageBuilder` | `undefined` |


## Events

| Event            | Description | Type                |
| ---------------- | ----------- | ------------------- |
| `snkConfigSaved` |             | `CustomEvent<void>` |


## Methods

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

Responsável por abrir o configurador.

#### Returns

Type: `Promise<void>`




## Dependencies

### Used by

 - [snk-simple-crud](../snk-simple-crud)

### Graph
```mermaid
graph TD;
  snk-simple-crud --> snk-simple-form-config
  style snk-simple-form-config fill:#f9f,stroke:#333,stroke-width:4px
```

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


