New to Kendo UI for Angular? Start a free 30-day trial
DialogResult
Represents the possible result types of the Dialog.
Use the DialogResult
type to handle the result when a Dialog closes. If the result is a DialogCloseResult
, the Close button was clicked.
Otherwise, the value is the configuration of the action button that was clicked. (See example.)
type
DialogResult = DialogCloseResult | DialogAction;