> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-user-logout-button

> Web-Komponente msm-user-logout-button.

`msm-user-logout-button` ist eine Web-Komponente (Lit).

## Zweck

UI für Authentifizierung (Login/Logout).

## Beispiel

```html theme={null}
<msm-user-logout-button></msm-user-logout-button>
```

## Attribute / Properties

| Name                         | Typ     | Standard | Hinweise      |
| ---------------------------- | ------- | -------- | ------------- |
| `z-index`                    | number  | -        |               |
| `window`                     | string  | -        |               |
| `isShowNewPasswordError`     | boolean | `false`  | property only |
| `isShowConfirmPasswordError` | boolean | `false`  | property only |
| `theme`                      | string  | -        |               |
| `color-scheme`               | string  | -        |               |
| `type`                       | string  | -        |               |
| `icon`                       | string  | -        |               |
| `icon-height`                | string  | -        |               |
| `logout-page-url`            | string  | -        |               |
| `account-page-url`           | string  | -        |               |
| `privacy-page-url`           | string  | -        |               |
| `terms-page-url`             | string  | -        |               |
| `role`                       | string  | `"user"` |               |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`
* `label`

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
