πŸš€ 8.9 Released! β†’ ⚑️ New Node-API Engine Preview, πŸ“² ns widget ios, πŸ’… Tailwind v4 and more...
Read Announcement
PromptOptions
interface PromptOptions extends ConfirmOptions {
 capitalizationType: string;
 defaultText: string;
 inputType: string;
}
Provides options for the prompt dialog.

Summary ​

Properties

capitalizationType
defaultText
inputType
2 properties inherited from CancelableOptions
Click to expand
cancelable
theme
2 properties inherited from ConfirmOptions
Click to expand
cancelButtonText
neutralButtonText
2 properties inherited from DialogOptions
Click to expand
message
title
1 properties inherited from AlertOptions
Click to expand
okButtonText

Properties ​

capitalizationType ​

capitalizationType?: string
Gets or sets the prompt capitalizationType (none, all, sentences, or words).

defaultText ​

defaultText?: string
Gets or sets the default text to display in the input box.

inputType ​

inputType?: string
Gets or sets the prompt input type (plain text, password, or email).

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /