Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Access to all visible modals from IModalService #552

Open
zorgoz opened this issue Jan 26, 2024 · 0 comments
Open

[Feature Request] Access to all visible modals from IModalService #552

zorgoz opened this issue Jan 26, 2024 · 0 comments
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@zorgoz
Copy link

zorgoz commented Jan 26, 2024

Please provide readonly access to the Stack of all visible Modal instances in IModalService.

Suggestion. The enumeration would start with the topmost modal.

public interface IModalService {
   IEnumerable<IModalReference> VisibleModals();
   IEnumerable<IModalReference> VisibleModals<ModalType>();
}
@zorgoz zorgoz added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant