DialogInputinterface
Describes a dialog input.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| checked⚓︎ | boolean | x | x | Flag indicating whether the input was checked (valid only for a checkbox input). |
| id⚓︎ | string | x | ID of the dialog input. |
|
| type⚓︎ | "checkbox" | "email" | "number" | "password" | "text" | x | Type of the dialog input. |
|
| value⚓︎ | string | x | x | Value that was entered in the input (valid for all inputs other than a checkbox). |