InteractionSupport Enum

Determines interactivity support.
public enum InteractionSupport
Namespace
Spectre.Console
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • ValueType
  • Enum

Fields

0
Interaction support should be detected by the system.
Yes
1
Interactivity is supported.
No
2
Interactivity is not supported.