IMultiSelectionItem<T> Interface
Represent a multi selection prompt item.
public interface IMultiSelectionItem<T> : ISelectionItem<T> where T : notnull
- Namespace
- Spectre
.Console - Interfaces
Parameters
-
T
- The data type.
Properties
- abstract bool IsSelected
- Gets a value indicating whether or not this item is selected.
Methods
-
abstract IMultiSelectionItem<T> Select
() - Selects the item.