Module UserInterface

Module UserInterface 

Source
Expand description

§UserInterface Service

This module defines the abstract contract for the UserInterface service. It includes the UserInterfaceProvider trait, all related Data Transfer Objects (DTOs), and the ActionEffect constructors for every UI-related operation.

Modules§

DTO
UserInterface DTO Module
ShowInputBox
ShowInputBox Effect
ShowMessage
ShowMessage Effect
ShowOpenDialog
ShowOpenDialog Effect
ShowQuickPick
ShowQuickPick Effect
ShowSaveDialog
ShowSaveDialog Effect
UserInterfaceProvider
UserInterfaceProvider Trait