MessageDialogTextFieldType
The type of the text field.
type MessageDialogTextFieldType = 'text' | 'password';
Types
'text'
A regular text field.
'password'
A password field.
The type of the text field.
type MessageDialogTextFieldType = 'text' | 'password';
'text'A regular text field.
'password'A password field.