Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
PromptResult
interface PromptResult {
  result: boolean;
  text: string;
}
Provides result data from the prompt dialog.

Summary

Properties

result
text

Properties

result

result: boolean
Gets or sets the prompt dialog boolean result.

text

text: string
Gets or sets the text entered in the prompt dialog.