Skip to main content

Module UserInterface

Module UserInterface 

Source
Expand description

§UserInterface Effect (CreateEffectForRequest)

Effect constructors for user-interface dialog methods. Delegates to the UserInterfaceProvider trait on MountainEnvironment for all UI interactions.

§Methods handled

MethodDescription
UserInterface.ShowMessageShow a notification with optional severity
UserInterface.ShowQuickPickDisplay a quick-pick selection list
UserInterface.ShowInputBoxDisplay a text input dialog
UserInterface.ShowOpenDialogDisplay a file/folder picker dialog
UserInterface.ShowSaveDialogDisplay a save file dialog

Functions§

CreateEffect