28 lines
492 B
Markdown
28 lines
492 B
Markdown
---
|
|
title: textEmail
|
|
description: textEmail attributes, type and example
|
|
---
|
|
## Constructor: textEmail
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|text|[RichText](../types/RichText.md) | Required|
|
|
|email|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [RichText](../types/RichText.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$textEmail = ['_' => 'textEmail', 'text' => RichText, 'email' => string, ];
|
|
```
|
|
|