# ez-rich-toolbar



<!-- Auto Generated Below -->


## Properties

| Property         | Attribute          | Description                                                                                         | Type      | Default |
| ---------------- | ------------------ | --------------------------------------------------------------------------------------------------- | --------- | ------- |
| `isPreviewMode`  | `is-preview-mode`  | Informa se o editor está em modo preview.                                                           | `boolean` | `false` |
| `showConfigs`    | `show-configs`     | Informa se as opções de configurações (lista, imagem e link) devem ser apresentadas.                | `boolean` | `true`  |
| `showPreview`    | `show-preview`     | Informa se as opções a opção de pré-visualização deve ser apresentada.                              | `boolean` | `true`  |
| `showTextFormat` | `show-text-format` | Informa se as opções de formatação de texto (itálico, sublinhado e negrito) devem ser apresentadas. | `boolean` | `true`  |
| `showUndoRedo`   | `show-undo-redo`   | Informa se as opções de desfazer e refazer devem ser apresentadas.                                  | `boolean` | `true`  |


## Events

| Event                   | Description | Type                              |
| ----------------------- | ----------- | --------------------------------- |
| `executeToolbarCommand` |             | `CustomEvent<RichToolbarCommand>` |


## Dependencies

### Used by

 - [ez-rich-text](..)

### Depends on

- [ez-rich-toolbar-arrows](ez-rich-toolbar-arrows)
- [ez-rich-toolbar-letters](ez-rich-toolbar-letters)
- [ez-rich-toolbar-configs](ez-rich-toolbar-configs)

### Graph
```mermaid
graph TD;
  ez-rich-toolbar --> ez-rich-toolbar-arrows
  ez-rich-toolbar --> ez-rich-toolbar-letters
  ez-rich-toolbar --> ez-rich-toolbar-configs
  ez-rich-toolbar-arrows --> ez-rich-toolbar-item
  ez-rich-toolbar-item --> ez-icon
  ez-rich-toolbar-letters --> ez-rich-toolbar-item
  ez-rich-toolbar-configs --> ez-rich-toolbar-item
  ez-rich-text --> ez-rich-toolbar
  style ez-rich-toolbar fill:#f9f,stroke:#333,stroke-width:4px
```

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


