UNPKG

@progress/kendo-angular-dialog

Version:
13 lines (12 loc) 667 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Represents the result when the **Close** button is clicked in a Dialog opened through `DialogService`. * * Used when the results from the Dialogs that are opened through `DialogService` are filtered. ([See example.]({% slug api_dialog_dialogservice %}#toc-open)) * */ export class DialogCloseResult { }