channelType property

String? channelType
getter/setter pair

Type of channel. Possible string values are:

  • "CHANNEL_TYPE_UNSPECIFIED"
  • "STABLE" : The Stable channel.
  • "BETA" : The Beta channel.
  • "DEV" : The Dev channel.
  • "CANARY" : The Canary channel.
  • "CANARY_ASAN" : The Canary channel for Chrome, with DCHECK/ASAN enabled.
  • "ALL"
  • "EXTENDED" : The Extended Stable channel for Chrome.
  • "LTS" : The Long-term support channel for ChromeOS.
  • "LTC" : The Long-term support candidate channel for ChromeOS.

Implementation

core.String? channelType;