interface FormDialogResult {
    value: any;
}

Properties

Properties

value: any

The form value that was submitted.