New to Kendo UI for Angular? Start a free 30-day trial
DialogResult
Specifies the possible result types of the Dialog. Instances of
DialogCloseResult
indicate that the Close button of the Dialog was clicked
(see example.
Otherwise, the value is the configuration of the action button that was clicked.
type
DialogResult = DialogCloseResult | DialogAction;