Table of Contents

Namespace ConsoleAppVisuals.InteractiveElements

Classes

Dialog

The Dialog is an interactive element that displays a dialog bow with one or two choices. See DialogOption enum for the possible outputs of a dialog.

FloatSelector

The FloatSelector is an interactive element that allows the user to select a float value from a range of values.

IntSelector

The IntSelector is an interactive element that allows the user to select an integer value from a range of values.

Prompt

The Prompt is an interactive element that allows the user to input a string response.

ScrollingMenu

The ScrollingMenu is an interactive element that displays a question with multiple scrollable choices.

TableSelector

The TableSelector is an interactive element that displays a table with selectable elements.