# guides-configurator



<!-- Auto Generated Below -->


## Properties

| Property          | Attribute | Description | Type                | Default     |
| ----------------- | --------- | ----------- | ------------------- | ----------- |
| `guidesList`      | --        |             | `IGuideConfig[]`    | `[]`        |
| `messagesBuilder` | --        |             | `SnkMessageBuilder` | `undefined` |
| `selectedGuide`   | --        |             | `IGuideConfig`      | `undefined` |


## Events

| Event              | Description | Type                          |
| ------------------ | ----------- | ----------------------------- |
| `createNewGuide`   |             | `CustomEvent<void>`           |
| `guideDeleted`     |             | `CustomEvent<IGuideConfig>`   |
| `guideListChanged` |             | `CustomEvent<IGuideConfig[]>` |
| `guideSelected`    |             | `CustomEvent<IGuideConfig>`   |


## Dependencies

### Used by

 - [snk-form-config](..)

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

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


