# configs-button



<!-- Auto Generated Below -->


## Properties

| Property          | Attribute     | Description | Type                | Default     |
| ----------------- | ------------- | ----------- | ------------------- | ----------- |
| `configOptions`   | --            |             | `IUserConfig[]`     | `[]`        |
| `hasChanges`      | `has-changes` |             | `boolean`           | `false`     |
| `messagesBuilder` | --            |             | `SnkMessageBuilder` | `undefined` |
| `selectedConfig`  | --            |             | `IUserConfig`       | `undefined` |


## Events

| Event                      | Description | Type                       |
| -------------------------- | ----------- | -------------------------- |
| `formConfigOptionSelected` |             | `CustomEvent<IUserConfig>` |


## Dependencies

### Used by

 - [config-header](..)

### Graph
```mermaid
graph TD;
  config-header --> configs-button
  style configs-button fill:#f9f,stroke:#333,stroke-width:4px
```

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


