Interfaces
PromptOptions
PromptOptions
interface PromptOptions extends ConfirmOptions { capitalizationType: string; defaultText: string; inputType: string; }
Provides options for the prompt dialog.
Summary β
Properties
Properties β
capitalizationType β
Gets or sets the prompt capitalizationType (none, all, sentences, or words).
defaultText β
Gets or sets the default text to display in the input box.
inputType β
Gets or sets the prompt input type (plain text, password, or email).
- Previous
- PlatformContext
- Next
- PromptResult
On this page