channelType property

String? channelType
getter/setter pair

Type of channel. Possible string values are:

  • "CHANNEL_TYPE_UNSPECIFIED"
  • "STABLE"
  • "BETA"
  • "DEV"
  • "CANARY"
  • "CANARY_ASAN"
  • "ALL"
  • "EXTENDED"
  • "LTS" : The Long-term support channel for ChromeOS.
  • "LTC" : The Long-term support candidate channel for ChromeOS.

Implementation

core.String? channelType;