Skip to content

@serenity-is/corelib / EmailEditorOptions

Interface: EmailEditorOptions

Defined in: src/ui/editors/emaileditor.tsx:9

Options for the EmailEditor.

Properties

domain?

optional domain: string

Defined in: src/ui/editors/emaileditor.tsx:11

Fixed domain appended to the user part.


readOnlyDomain?

optional readOnlyDomain: boolean

Defined in: src/ui/editors/emaileditor.tsx:13

Whether the domain part is read-only.