Interface IDropDown<T>
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Defines a generic dropdown widget with a single selected option of a specified type.
public interface IDropDown<T> : IOptionWidget<T>
Type Parameters
T
The type of the value associated with each option in the dropdown.
- Inherited Members
- Extension Methods
Properties
- Selected
Gets or sets the value of the currently selected option.
- SelectedOption
Gets or sets the currently selected option as an Option<T>.