Skip to content

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

Open
@zorgoz

Description

@zorgoz

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>();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestRequest to add a new featureTriageIssue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions