Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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