export var STRING = "string", PROMPT = "Prompt", CONFIRM = "Confirm", ALERT = "Alert", LOGIN = "Login", OK = "OK", CANCEL = "Cancel"; /** * Defines the input type for prompt dialog. */ export enum InputType { /** * Plain text input type. */ PlainText, /** * Password input type. */ Password }