> ## 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-profile-editor

> Web-Komponente msm-user-profile-editor.

`msm-user-profile-editor` ist eine Web-Komponente (Lit).

## Zweck

UI-Bausteine für Benutzer/Account.

## Beispiel

```html theme={null}
<msm-user-profile-editor></msm-user-profile-editor>
```

## Attribute / Properties

| Name                | Typ     | Standard | Hinweise      |
| ------------------- | ------- | -------- | ------------- |
| `href`              | string  | -        |               |
| `isLogged`          | boolean | -        | property only |
| `isEditFullName`    | boolean | `false`  | property only |
| `isEditMobilePhone` | boolean | `false`  | property only |
| `isEditEmail`       | boolean | `false`  | property only |
| `isShowEmailError`  | boolean | `false`  | property only |
| `isEditBirthdate`   | boolean | `false`  | property only |
| `item`              | object  | -        |               |
| `profile`           | promise | -        |               |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
